Skip to content

Commit 4b43e3c

Browse files
authored
Remove unused shell integration polling variable (#1167)
From: #1047
1 parent a3f0608 commit 4b43e3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/terminal/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { onDidChangeTerminalShellIntegration, onDidWriteTerminalData } from '../
77
import { getConfiguration, getWorkspaceFolders } from '../../common/workspace.apis';
88

99
export const SHELL_INTEGRATION_TIMEOUT = 500; // 0.5 seconds
10-
export const SHELL_INTEGRATION_POLL_INTERVAL = 20; // 0.02 seconds
1110

1211
/**
1312
* Use `terminal.integrated.shellIntegration.timeout` setting if available.

0 commit comments

Comments
 (0)