vscode: install rust support & rla

This commit is contained in:
Sylvestre Ledru 2020-06-18 12:53:29 +02:00
parent f17a112781
commit f6e0e4ea35

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"
]
}