提交 72a0cfe1 编写于 作者: J Joao Moreno

fixes #18157

上级 663d46db
......@@ -395,6 +395,10 @@ class GotoDefinitionWithMouseEditorContribution implements editorCommon.IEditorC
else {
let result = results[0];
if (!result.uri) {
return;
}
this.textModelResolverService.createModelReference(result.uri).then(ref => {
const model = ref.object;
let hoverMessage: MarkedString;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册