mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-13 21:22:36 +00:00
Use diagnostic code as link to full message fixes #13823 by adding a vscode setting that will keeping the existing diagnostic code and use it as a link to the full compiler error message. While I was there I also fixed `index` to fallback to `rendered.length` to make the previewRustcOutput feature work.