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
commit 00fb15c62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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