mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
vscode: install rust support & rla
This commit is contained in:
parent
f17a112781
commit
f6e0e4ea35
1 changed files with 10 additions and 0 deletions
10
.vscode/extensions.json
vendored
Normal file
10
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||||
|
// for the documentation about the extensions.json format
|
||||||
|
"recommendations": [
|
||||||
|
// Rust language support.
|
||||||
|
"rust-lang.rust",
|
||||||
|
// Provides support for rust-analyzer: novel LSP server for the Rust programming language.
|
||||||
|
"matklad.rust-analyzer"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue