Skip to content

Commit 7dd3f83

Browse files
committed
add comment
1 parent 40ff863 commit 7dd3f83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/common/terminal/service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export class TerminalService implements ITerminalService, Disposable {
112112
}
113113
traceVerbose(`Shell Integration is enabled, executeCommand: ${commandLine}`);
114114
}),
115+
// Once shell integration is active, hearing back from onDidEndTerminalShellExecution should not take too long.
115116
new Promise<undefined>((resolve) => {
116117
setTimeout(() => {
117118
traceVerbose(`Execution timed out, falling back to sendText: ${commandLine}`);

0 commit comments

Comments
 (0)