mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
marker has already been disposed of
This commit is contained in:
@@ -58,7 +58,6 @@ export class TaskTerminalStatus extends Disposable {
|
||||
terminalData.disposeListener?.dispose();
|
||||
}
|
||||
this.terminalMap.clear();
|
||||
this._marker?.dispose();
|
||||
}
|
||||
|
||||
addTerminal(task: Task, terminal: ITerminalInstance, problemMatcher: AbstractProblemCollector) {
|
||||
|
||||
Reference in New Issue
Block a user