提交 6d00916e 编写于 作者: J Johannes Rieken

improve warning for bad links, #35017

上级 788685c3
......@@ -46,7 +46,7 @@ const _linkProvider = new class implements vscode.DocumentLinkProvider {
const offset = lookUp(match[1]);
if (offset === -1) {
console.warn(match[1]);
console.warn(`Could not find symbol for link ${match[1]}`);
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册