We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a33232 commit 5d44f62Copy full SHA for 5d44f62
src/features/terminal/shellStartupSetupHandlers.ts
@@ -55,6 +55,10 @@ export async function handleSettingUpShellProfile(
55
});
56
providers.forEach((provider) => callback(provider, false));
57
}
58
+ } else {
59
+ traceInfo(`User declined shell profile setup for ${shells}, switching to command activation`);
60
+ await Promise.all(providers.map((provider) => provider.teardownScripts()));
61
+ await setAutoActivationType(ACT_TYPE_COMMAND);
62
63
64
0 commit comments