diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts index 3e9788c98c5e..26567c6df3c0 100644 --- a/editors/code/src/client.ts +++ b/editors/code/src/client.ts @@ -155,6 +155,9 @@ export function createClient(serverPath: string, workspace: Workspace, extraEnv: ); } + }, + markdown: { + supportHtml: true, } };