Skip to content

Commit 5e0035a

Browse files
committed
better
1 parent 700715e commit 5e0035a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/common/terminal/service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export class TerminalService implements ITerminalService, Disposable {
135135
}
136136
}
137137
// TODO: Debt switch to Promise<Terminal> ---> breaks 20 tests
138-
// TODO: Properly migrate all creation, ensureTerminal to environment extension.
139138
public async ensureTerminal(preserveFocus: boolean = true): Promise<void> {
140139
if (this.terminal) {
141140
return;

0 commit comments

Comments
 (0)