mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
recommend some modules in VS Code
This commit is contained in:
parent
13cfa87a82
commit
5364e87a5a
1 changed files with 9 additions and 0 deletions
9
.vscode/extensions.json
vendored
Normal file
9
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"esbenp.prettier-vscode",
|
||||
"bazelbuild.vscode-bazel",
|
||||
"ms-python.python",
|
||||
"matklad.rust-analyzer",
|
||||
"svelte.svelte-vscode"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue