Skip to content

Commit 0fff54a

Browse files
committed
Remove todo
1 parent af056cd commit 0fff54a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/vs/workbench/contrib/terminal/browser/terminalInstance.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -910,11 +910,10 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
910910
});
911911
}
912912

913-
// Create the process asynchronously to allow the terminal's container
914-
// to be created so dimensions are accurate
913+
// Create the process asynchronously to allow the terminal's container to be created so
914+
// dimensions are accurate
915915
this._processManager.createProcess(this._shellLaunchConfig, this._cols, this._rows, this._accessibilityService.isScreenReaderOptimized()).then(error => {
916916
if (error) {
917-
// TODO: Tear down
918917
this._onProcessExit(error);
919918
}
920919
});

0 commit comments

Comments
 (0)