Skip to content

Commit c24d4a8

Browse files
authored
Merge pull request microsoft#146064 from microsoft/tyriar/146062
Don't dispose of decoration addon when clear is run
2 parents 72c4ca7 + bd08a77 commit c24d4a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/terminal/browser/xterm/decorationAddon.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
119119
dispose(value.disposables);
120120
}
121121
this._decorations.clear();
122-
this.dispose();
123122
}
124123

125124
private _attachToCommandCapability(): void {

0 commit comments

Comments
 (0)