We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a090e92 commit 03e0e58Copy full SHA for 03e0e58
src/features/terminal/terminalManager.ts
@@ -167,7 +167,7 @@ export class TerminalManagerImpl implements TerminalManager {
167
traceVerbose(`Checking shell profile for ${p.shellType}.`);
168
if (state === ShellSetupState.NotSetup) {
169
traceVerbose(
170
- `WSL detected: ${isWsl()}, Shell integration available: ${shellIntegrationForActiveTerminal(
+ `WSL detected: ${isWsl()}, Shell integration available: ${await shellIntegrationForActiveTerminal(
171
p.name,
172
)}`,
173
);
0 commit comments