зеркало из https://github.com/dotnet/razor.git
Коммит
8ab9f87a41
|
@ -48,7 +48,7 @@ export class RazorCompletionItemProvider
|
|||
if (doc) {
|
||||
// Without this, the documentation doesn't get rendered in the editor.
|
||||
const newDoc = new vscode.MarkdownString(doc.value);
|
||||
newDoc.isTrusted = doc.isTrusted;
|
||||
newDoc.isTrusted = false;
|
||||
completionItem.documentation = newDoc;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче