提交 c9cdd8f9 编写于 作者: J Johannes Rieken
上级 e1484f4b
......@@ -87,6 +87,9 @@ class DecorationsManager implements IDisposable {
if (this._decorationIgnoreSet.has(oneReference.id)) {
continue;
}
if (oneReference.uri.toString() !== this._editor.getModel().uri.toString()) {
continue;
}
newDecorations.push({
range: oneReference.range,
options: DecorationsManager.DecorationOptions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册