Skip to content

Commit 03e0e58

Browse files
committed
fix log
1 parent a090e92 commit 03e0e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/terminal/terminalManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class TerminalManagerImpl implements TerminalManager {
167167
traceVerbose(`Checking shell profile for ${p.shellType}.`);
168168
if (state === ShellSetupState.NotSetup) {
169169
traceVerbose(
170-
`WSL detected: ${isWsl()}, Shell integration available: ${shellIntegrationForActiveTerminal(
170+
`WSL detected: ${isWsl()}, Shell integration available: ${await shellIntegrationForActiveTerminal(
171171
p.name,
172172
)}`,
173173
);

0 commit comments

Comments
 (0)