Skip to content

Commit

Permalink
chore(vscode): enable markdown configs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 10, 2023
1 parent 17cbf2d commit 3837aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/vscode/src/nodeClientMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ export async function activate(context: vscode.ExtensionContext) {
middleware,
documentSelector: documentSelector,
initializationOptions: initOptions,
markdown: {
isTrusted: true,
supportHtml: true,
},
outputChannel
};
const client = new _LanguageClient(
Expand Down

0 comments on commit 3837aa3

Please sign in to comment.