-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
area-activationIssue related to activation. Root cause can be from interpreter selection or activation in terminalIssue related to activation. Root cause can be from interpreter selection or activation in terminalarea-terminalEnvironment extension specific terminal issues.Environment extension specific terminal issues.debt
Milestone
Description
vscode-python-environments/src/features/terminal/utils.ts
Lines 27 to 33 in 8b4281e
| /** | |
| * Three conditions in a Promise.race: | |
| * 1. Timeout based on VS Code's terminal.integrated.shellIntegration.timeout setting | |
| * 2. Shell integration becoming available (window.onDidChangeTerminalShellIntegration event) | |
| * 3. Detection of common prompt patterns in terminal output | |
| */ | |
| export async function waitForShellIntegration(terminal: Terminal): Promise<boolean> { |
Metadata
Metadata
Assignees
Labels
area-activationIssue related to activation. Root cause can be from interpreter selection or activation in terminalIssue related to activation. Root cause can be from interpreter selection or activation in terminalarea-terminalEnvironment extension specific terminal issues.Environment extension specific terminal issues.debt