VSCode files.associations for Dockerfile-* (#2438)

This commit is contained in:
Shao Yu-Lung (Allen) 2019-12-21 22:26:03 +08:00 committed by GitHub
parent c68bbd4f83
commit 67e9a517f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"Dockerfile-*": "dockerfile"
},
}