add file associations for yaml [skip ci]

This commit is contained in:
wh1te909 2022-07-27 07:31:54 +00:00
parent b82874e261
commit d43cefe28f
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.formatOnSave": true,
"files.associations": {
"**/ansible/**/*.yml": "ansible",
"**/docker/**/docker-compose*.yml": "dockercompose"
},
"files.watcherExclude": {
"files.watcherExclude": {
"**/.git/objects/**": true,