We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6626fb commit dc221faCopy full SHA for dc221fa
src/features/terminal/utils.ts
@@ -10,7 +10,7 @@ export const SHELL_INTEGRATION_TIMEOUT = 500; // 0.5 seconds
10
export const SHELL_INTEGRATION_POLL_INTERVAL = 20; // 0.02 seconds
11
12
/**
13
- * This function races three conditions:
+ * Three conditions in a Promise.race:
14
* 1. Timeout based on VS Code's terminal.integrated.shellIntegration.timeout setting
15
* 2. Shell integration becoming available (window.onDidChangeTerminalShellIntegration event)
16
* 3. Detection of common prompt patterns in terminal output
0 commit comments