Skip to content

Commit 93036aa

Browse files
bors[bot]oandrew
andauthored
Merge #11288
11288: Support <code> blocks from Rust docs in vscode hover r=oandrew a=oandrew Set `"supportHtml": true` to support rendering `<code>` blocks in hovers. e.g. https://github.com/rust-lang/rust/blob/1bd4fdc943513e1004f498bbf289279c9784fc6f/library/std/src/fs.rs#L109 Co-authored-by: Andrew Onyshchuk <[email protected]>
2 parents b55a1c5 + a05e09a commit 93036aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

editors/code/src/client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ export function createClient(serverPath: string, workspace: Workspace, extraEnv:
155155
);
156156
}
157157

158+
},
159+
markdown: {
160+
supportHtml: true,
158161
}
159162
};
160163

0 commit comments

Comments
 (0)