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.
2 parents 1e0fba6 + 0cb10e9 commit 27e8f40Copy full SHA for 27e8f40
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