mirror of
https://github.com/uutils/coreutils
synced 2024-11-10 15:14:24 +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…
Reference in a new issue