Skip to content

Commit 876e42b

Browse files
committed
Polish traceInfo msg
1 parent 0f39721 commit 876e42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/terminal/shells/common/shellUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function shellIntegrationForActiveTerminal(name: string, profile: string)
103103

104104
if (hasShellIntegration) {
105105
traceInfo(
106-
`SHELL: Shell integration is available in one of the terminals. Activate scripts will be evaluated at shell integration level.
106+
`SHELL: Shell integration is available on your active terminal. Python activate scripts will be evaluated at shell integration level.
107107
Skipping modification of ${name} profile at: ${profile}`,
108108
);
109109
return true;

0 commit comments

Comments
 (0)