We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02198db commit 5a9f68aCopy full SHA for 5a9f68a
src/process.ts
@@ -40,7 +40,7 @@ export class PowerShellProcess {
40
const startScriptPath =
41
path.resolve(
42
__dirname,
43
- "../../scripts/Start-EditorServices.ps1");
+ "../../../PowerShellEditorServices/module/Start-EditorServices.ps1");
44
45
const editorServicesLogPath = this.log.getLogFilePath(logFileName);
46
0 commit comments