File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export function load(): ISettings {
89
89
const defaultDeveloperSettings : IDeveloperSettings = {
90
90
featureFlags : [ ] ,
91
91
powerShellExePath : undefined ,
92
- bundledModulesPath : "../../../PowerShellEditorServices/module/ " ,
92
+ bundledModulesPath : "../../../PowerShellEditorServices/module" ,
93
93
editorServicesLogLevel : "Normal" ,
94
94
editorServicesWaitForDebugger : false ,
95
95
powerShellExeIsWindowsDevBuild : false ,
@@ -119,7 +119,7 @@ export function load(): ISettings {
119
119
powerShellExePath :
120
120
configuration . get < string > ( "powerShellExePath" , undefined ) ,
121
121
bundledModulesPath :
122
- "../modules/ " ,
122
+ "../../modules " ,
123
123
useX86Host :
124
124
configuration . get < boolean > ( "useX86Host" , false ) ,
125
125
enableProfileLoading :
You can’t perform that action at this time.
0 commit comments