recommend some modules in VS Code

This commit is contained in:
Damien Elmes 2022-01-23 16:20:11 +10:00
parent 5efaf5a4be
commit 6a5939a035

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

@ -0,0 +1,9 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"bazelbuild.vscode-bazel",
"ms-python.python",
"matklad.rust-analyzer",
"svelte.svelte-vscode"
]
}