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 1c9cccf commit a73eb9cCopy full SHA for a73eb9c
src/client/common/terminal/service.ts
@@ -91,7 +91,7 @@ export class TerminalService implements ITerminalService, Disposable {
91
resolve(true);
92
},
93
);
94
- const TIMEOUT_DURATION = 3000;
+ const TIMEOUT_DURATION = 500;
95
setTimeout(() => {
96
this.executeCommandListeners.add(shellIntegrationChangeEventListener);
97
0 commit comments