mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Update suggested Rust vscode extension.
- now recommend rust-analyzer rather than (deprecated) Rust.
This commit is contained in:
parent
c23adde5a3
commit
51e2893e79
1 changed files with 1 additions and 1 deletions
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
@ -11,7 +11,7 @@
|
|||
// C/C++ language support.
|
||||
"ms-vscode.cpptools",
|
||||
// Rust language support.
|
||||
"rust-lang.rust",
|
||||
"rust-lang.rust-analyzer",
|
||||
// CSS support for HTML documents.
|
||||
"ecmel.vscode-html-css",
|
||||
// IDL language support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue