We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc0427 commit 0cb10e9Copy full SHA for 0cb10e9
src/vs/platform/terminal/common/terminal.ts
@@ -425,7 +425,7 @@ export enum HeartbeatConstants {
425
BeatInterval = 5000,
426
/**
427
* The duration of the first heartbeat while the pty host is starting up. This is much larger
428
- * than the regular BeatInterval to accomodate slow machines, we still want to warn about the
+ * than the regular BeatInterval to accommodate slow machines, we still want to warn about the
429
* pty host's unresponsiveness eventually though.
430
*/
431
ConnectingBeatInterval = 20000,
0 commit comments