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
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/features/terminal/shells/common/shellUtils.ts
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,10 +103,17 @@ export function shellIntegrationForActiveTerminal(name: string, profile?: string
103
103
104
104
if(hasShellIntegration){
105
105
traceInfo(
106
-
`SHELL: Shell integration is available on your active terminal. Python activate scripts will be evaluated at shell integration level.
107
-
Skipping modification of ${name} profile at: ${profile}`,
106
+
`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.`
0 commit comments