rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
14.05k stars 1.56k forks source link

New Landing Page has broken code-block for issue #17569 #17621

Open as04-git opened 1 month ago

as04-git commented 1 month ago

editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable) VSCode v0.3.2037

The new landing page, introduced in #17576, fixed issue #17569. However, the code block doesn't seem to render correctly on the landing page right now.

This is how it currently looks, image

It should look like this,

"files.readonlyInclude": {
    "**/.cargo/registry/src/**/*.rs": true,
    "**/lib/rustlib/src/rust/library/**/*.rs": true,
},
lnicola commented 1 month ago

Strange, doesn't it accept Markdown?

How do you open it, anyway? rust-analyzer: Open FAQ opens the VS Code welcome page for me.

nilehmann commented 1 month ago

This may not be worth opening a new issue so I'm posting it here. Besides the code block being broken, the text cannot be selected, making it pretty annoying to use.

Veykril commented 1 month ago

You need to invoke rust-analyzer: Open Walkthrough to see it again.

Odd, I thought this did accept markdown but if it doesn't and also disallows selecting the text its basically useless ...