提交 74496c8a 编写于 作者: M Matt Bierner

Fix monaco build error

上级 e50e16c9
......@@ -81,9 +81,7 @@ export class MarkerDecorationsService extends Disposable implements IMarkerDecor
dispose() {
super.dispose();
for (const [, decorations] of this._markerDecorations) {
decorations.dispose();
}
this._markerDecorations.forEach(value => value.dispose());
this._markerDecorations.clear();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册