mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
recommend some modules in VS Code
This commit is contained in:
parent
5efaf5a4be
commit
6a5939a035
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