提交 553e1eac 编写于 作者: I isidor

If the uri can not be resolved we should not spam the console with error, remain quite

fixes #86587
上级 cb1ae817
......@@ -131,6 +131,8 @@ export class LinkDetector {
}
const options = { selection: { startLineNumber: lineNumber, startColumn: columnNumber } };
this.decorateLink(link, () => this.editorService.openEditor({ resource: uri, options }));
}).catch(() => {
// If the uri can not be resolved we should not spam the console with error, remain quite #86587
});
return link;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册