chore: add reccomended extensions

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-10-22 01:46:12 -03:00
parent 256aee7503
commit 2755d55192
1 changed files with 8 additions and 0 deletions

8
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"recommendations": [
"vadimcn.vscode-lldb",
"serayuzgur.crates",
"tamasfe.even-better-toml",
"matklad.rust-analyzer"
]
}