chore: added vscode extension recommendation

This commit is contained in:
Jixun Wu 2023-05-21 14:32:18 +01:00
parent d12ef12ea4
commit 7083e52eb7
1 changed files with 11 additions and 0 deletions

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

@ -0,0 +1,11 @@
{
"recommendations": [
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"christian-kohler.path-intellisense",
"txava.region-marker",
"foxundermoon.shell-format",
"jock.svg"
]
}