Skip to content

Commit

Permalink
Merge pull request #8951 from ryzngard/cp/8913
Browse files Browse the repository at this point in the history
Cherry Pick #8913
  • Loading branch information
ryzngard authored Jul 13, 2023
2 parents b0fd3e3 + 3c0b894 commit 8ab9f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8ab9f87

Please sign in to comment.