Add vscode recommendations.

This commit is contained in:
Luke Curley 2023-07-10 10:08:00 -07:00
parent cf2a80b323
commit a2dd281126
1 changed files with 6 additions and 0 deletions

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

@ -0,0 +1,6 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"rust-lang.rust-analyzer",
]
}