Skip to content

Commit 2293121

Browse files
committed
Prompt to restart when editorServicesWaitForDebugger changes
This addition is what spurned the rest of the following changes. It made it really easy to test the robustness of our start/stop/restart logic.
1 parent 4355bfc commit 2293121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/session.ts

+1
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ export class SessionManager implements Middleware {
403403
|| settings.powerShellDefaultVersion.toLowerCase() !== this.sessionSettings.powerShellDefaultVersion.toLowerCase()
404404
|| settings.developer.editorServicesLogLevel.toLowerCase() !== this.sessionSettings.developer.editorServicesLogLevel.toLowerCase()
405405
|| settings.developer.bundledModulesPath.toLowerCase() !== this.sessionSettings.developer.bundledModulesPath.toLowerCase()
406+
|| settings.developer.editorServicesWaitForDebugger !== this.sessionSettings.developer.editorServicesWaitForDebugger
406407
|| settings.integratedConsole.useLegacyReadLine !== this.sessionSettings.integratedConsole.useLegacyReadLine
407408
|| settings.integratedConsole.startInBackground !== this.sessionSettings.integratedConsole.startInBackground)) {
408409

0 commit comments

Comments
 (0)