We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
off
1 parent 44d9734 commit c9023acCopy full SHA for c9023ac
src/features/terminal/terminalManager.ts
@@ -129,7 +129,9 @@ export class TerminalManagerImpl implements TerminalManager {
129
await this.handleSetupCheck(shells);
130
}
131
} else {
132
- traceVerbose(`Auto activation type changed to ${actType}`);
+ traceVerbose(`Auto activation type changed to ${actType}, we are cleaning up shell startup setup`);
133
+ // Teardown scripts when switching away from shell startup activation
134
+ await Promise.all(this.startupScriptProviders.map((p) => p.teardownScripts()));
135
this.shellSetup.clear();
136
137
0 commit comments