chore: added vscode extension recommendation

This commit is contained in:
鲁树人 2023-05-21 14:32:18 +01:00
parent a5d8e6bd11
commit 0d0cc810a3

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"
]
}