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 a12c412 commit 78cdc57Copy full SHA for 78cdc57
src/vs/platform/terminal/electron-main/electronPtyHostStarter.ts
@@ -58,8 +58,6 @@ export class ElectronPtyHostStarter implements IPtyHostStarter {
58
const port = this.utilityProcess.connect();
59
const client = new MessagePortClient(port, 'ptyHost');
60
61
- // TODO: Do we need to listen for window close to close the port?
62
-
63
const store = new DisposableStore();
64
store.add(client);
65
store.add(this.utilityProcess);
0 commit comments