diff --git a/src/session.ts b/src/session.ts index 990728d995..2692d8a8b7 100644 --- a/src/session.ts +++ b/src/session.ts @@ -169,9 +169,9 @@ export class SessionManager implements Middleware { this.editorServicesArgs = `-HostName 'Visual Studio Code Host' ` + `-HostProfileId 'Microsoft.VSCode' ` + - `-HostVersion '${this.hostVersion}'` + + `-HostVersion '${this.hostVersion}' ` + `-AdditionalModules @('PowerShellEditorServices.VSCode') ` + - `-BundledModulesPath '${PowerShellProcess.escapeSingleQuotes(this.bundledModulesPath)}'` + + `-BundledModulesPath '${PowerShellProcess.escapeSingleQuotes(this.bundledModulesPath)}' ` + `-EnableConsoleRepl `; if (this.sessionSettings.developer.editorServicesWaitForDebugger) {