Skip to content

Commit 5a9f68a

Browse files
committed
Change Start-PSES path to use PSES' own script
1 parent 02198db commit 5a9f68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class PowerShellProcess {
4040
const startScriptPath =
4141
path.resolve(
4242
__dirname,
43-
"../../scripts/Start-EditorServices.ps1");
43+
"../../../PowerShellEditorServices/module/Start-EditorServices.ps1");
4444

4545
const editorServicesLogPath = this.log.getLogFilePath(logFileName);
4646

0 commit comments

Comments
 (0)