Skip to content

Commit 78cdc57

Browse files
committed
Remove comment about closing window port
The clean up is handled by Electron
1 parent a12c412 commit 78cdc57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/platform/terminal/electron-main/electronPtyHostStarter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ export class ElectronPtyHostStarter implements IPtyHostStarter {
5858
const port = this.utilityProcess.connect();
5959
const client = new MessagePortClient(port, 'ptyHost');
6060

61-
// TODO: Do we need to listen for window close to close the port?
62-
6361
const store = new DisposableStore();
6462
store.add(client);
6563
store.add(this.utilityProcess);

0 commit comments

Comments
 (0)