We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0884632 commit e3c423fCopy full SHA for e3c423f
.vscode/extensions.json
@@ -0,0 +1,14 @@
1
+{
2
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
3
+ // for the documentation about the extensions.json format
4
+ "recommendations": [
5
+ // TOML language support
6
+ "tamasfe.even-better-toml",
7
+ // Rust language server
8
+ "rust-lang.rust-analyzer",
9
+ // Crates.io dependency versions
10
+ "serayuzgur.crates",
11
+ // Debugger support for Rust and native
12
+ "vadimcn.vscode-lldb",
13
+ ]
14
+}
0 commit comments