We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f285d commit 138557cCopy full SHA for 138557c
1 file changed
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
- * Use`terminal.integrated.shellIntegration.timeout` setting if available.
+ * Use `terminal.integrated.shellIntegration.timeout` setting if available.
14
* Falls back to defaults based on shell integration enabled state and remote environment.
15
*/
16
export function getShellIntegrationTimeout(): number {
0 commit comments