add vscode extensions recommendation

This commit is contained in:
Pig Fang 2020-03-07 09:04:11 +08:00
parent eb0da1a0d4
commit a47973f4f2
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@ -18,7 +18,6 @@ _ide_helper.php
junit.xml
storage/*.db
storage/*.sqlite
.vscode
storage/insane-profile-cache
storage/oauth-public.key
storage/oauth-private.key

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

@ -0,0 +1,10 @@
{
"recommendations": [
"editorconfig.editorconfig",
"eamodio.gitlens",
"bmewburn.vscode-intelephense-client",
"esbenp.prettier-vscode",
"mrmlnc.vscode-scss",
"mblode.twig-language-2"
]
}