1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-14 02:57:57 +00:00

Merge pull request #1545 from sylvestre/vscode

vscode: install rust support & rla
This commit is contained in:
Alex Lyon 2020-06-18 23:50:41 -07:00 committed by GitHub
commit 02b419db5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.vscode/extensions.json vendored Normal file
View 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"
]
}