Skip to content

Commit 2efc517

Browse files
committed
Fix debug api call
1 parent 45d885e commit 2efc517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/api/common/extHostTerminalShellIntegration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class ExtHostTerminalShellIntegration extends Disposable implements IExtH
6262
// console.log('*** onDidStartTerminalShellExecution', e);
6363
// // new Promise<void>(r => {
6464
// // (async () => {
65-
// // for await (const d of e.read()) {
65+
// // for await (const d of e.execution.read()) {
6666
// // console.log('data2', d);
6767
// // }
6868
// // })();

0 commit comments

Comments
 (0)