add vscode extension recommend

This commit is contained in:
Shao Yu Lung 2021-03-20 16:59:01 +08:00
parent 8c46f296d1
commit 611fa6219c
1 changed files with 6 additions and 0 deletions

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

@ -0,0 +1,6 @@
{
"recommendations": [
"editorconfig.editorconfig",
"mikestead.dotenv"
]
}