Merge pull request #2900 from laradock/vscode

add vscode extension recommend
This commit is contained in:
Shao Yu-Lung (Allen)
2021-03-20 16:59:59 +08:00
committed by GitHub

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

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