Skip to content

Commit 138557c

Browse files
committed
Formatting
1 parent 30f285d commit 138557c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/terminal/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const SHELL_INTEGRATION_TIMEOUT = 500; // 0.5 seconds
1010
export const SHELL_INTEGRATION_POLL_INTERVAL = 20; // 0.02 seconds
1111

1212
/**
13-
* Use`terminal.integrated.shellIntegration.timeout` setting if available.
13+
* Use `terminal.integrated.shellIntegration.timeout` setting if available.
1414
* Falls back to defaults based on shell integration enabled state and remote environment.
1515
*/
1616
export function getShellIntegrationTimeout(): number {

0 commit comments

Comments
 (0)