Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | editors/code/src/client.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts index 3e9788c98c..26567c6df3 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, } }; |