Skip to content

Commit e3e6657

Browse files
committed
Remove unused variable
1 parent 7551eb5 commit e3e6657

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)