You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShellStartup autoActivation on CMD does not work (#1018)
Resolves:
#1000
Allow cmd to work again with shell startup.
Also make sure to switch activation method to command if user declines
modification (if applicable) when trying to switch to shell startup.
Should add tests covering various scenarios with #1019
traceVerbose(`Checking shell profile for ${p.shellType}, with state: ${state}`);
179
+
171
180
if(state===ShellSetupState.NotSetup){
172
181
traceVerbose(
173
-
`WSL detected: ${isWsl()}, Shell integration available from setting, or active terminal: ${shellIntegrationEnabled}, or ${awaitshellIntegrationForActiveTerminal(
182
+
`WSL detected: ${isWsl()}, Shell integration available from setting, or active terminal: ${shellIntegrationEnabledSetting}, or ${awaitshellIntegrationForActiveTerminal(
0 commit comments