We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a3d22 commit b2eba06Copy full SHA for b2eba06
src/session.ts
@@ -172,7 +172,7 @@ export class SessionManager implements Middleware {
172
`-HostVersion '${this.hostVersion}'` +
173
`-AdditionalModules @('PowerShellEditorServices.VSCode') ` +
174
`-BundledModulesPath '${PowerShellProcess.escapeSingleQuotes(this.bundledModulesPath)}'` +
175
- `-EnableConsoleRepl ` +
+ `-EnableConsoleRepl `;
176
177
if (this.sessionSettings.developer.editorServicesWaitForDebugger) {
178
this.editorServicesArgs += "-WaitForDebugger ";
0 commit comments