Merge pull request #2635 from laradock/file-association

set env-example file association for vscode
This commit is contained in:
Shao Yu-Lung (Allen) 2020-06-18 09:37:11 +08:00 committed by GitHub
commit 41ad5527da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{
"files.associations": {
"env-example": "dotenv",
"Dockerfile-*": "dockerfile"
}
}