提交 268f1522 编写于 作者: J Johannes Rieken

reset cached range when markers change, fixes #21060

上级 b6b35ea4
......@@ -50,6 +50,7 @@ export class QuickFixOracle {
const { uri } = this._editor.getModel();
for (const resource of resources) {
if (resource.toString() === uri.toString()) {
this._currentRange = undefined;
this._onCursorChange();
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册