Skip to content

Commit 2bf80f2

Browse files
committed
Minor fix to the demo.
1 parent 4d99f01 commit 2bf80f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DemoLanguageServer/Services/TextDocumentService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public async Task DidClose(TextDocumentIdentifier textDocument)
8181
{
8282
new CompletionItem(".NET", CompletionItemKind.Keyword,
8383
"Keyword1",
84-
"Short for **.NET Framework**, a software framework by Microsoft (possibly its subsets) or later open source .NET Core.",
84+
MarkupContent.Markdown("Short for **.NET Framework**, a software framework by Microsoft (possibly its subsets) or later open source .NET Core."),
8585
null),
8686
new CompletionItem(".NET Standard", CompletionItemKind.Keyword,
8787
"Keyword2",

0 commit comments

Comments
 (0)