container file association
This commit is contained in:
parent
67c54b9ee8
commit
2d55a1aa6a
@ -1,4 +1,7 @@
|
||||
{
|
||||
"[container]": {
|
||||
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||
},
|
||||
"[css]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
@ -71,6 +74,9 @@
|
||||
"*.razor": "$(capture).razor.*"
|
||||
},
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"files.associations": {
|
||||
"*.container": "ini"
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/*.spec.ts": true,
|
||||
"**/.git": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user