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
`SHELL: Shell integration is available on your active terminal, with name ${name} and profile ${profile}. Python activate scripts will be evaluated at shell integration level, except in WSL.`,
traceVerbose(`Checking shell profile for ${p.shellType}, with state: ${state}`);
162
161
163
162
if(state===ShellSetupState.NotSetup){
164
163
traceVerbose(
165
-
`WSL detected: ${isWsl()}, Shell integration available from setting, or active terminal: ${shellIntegrationEnabledSetting}, or ${awaitshellIntegrationForActiveTerminal(
166
-
p.name,
167
-
)}`,
164
+
`WSL detected: ${isWsl()}, Shell integration available from setting, or active terminal: ${shellIntegrationEnabledSetting}, or ${shellIntegrationActiveTerminal}`,
0 commit comments