We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f0608 commit 4b43e3cCopy full SHA for 4b43e3c
src/features/terminal/utils.ts
@@ -7,7 +7,6 @@ import { onDidChangeTerminalShellIntegration, onDidWriteTerminalData } from '../
7
import { getConfiguration, getWorkspaceFolders } from '../../common/workspace.apis';
8
9
export const SHELL_INTEGRATION_TIMEOUT = 500; // 0.5 seconds
10
-export const SHELL_INTEGRATION_POLL_INTERVAL = 20; // 0.02 seconds
11
12
/**
13
* Use `terminal.integrated.shellIntegration.timeout` setting if available.
0 commit comments