vscode-spring-boot treats .yaml same as .yml

This commit is contained in:
Kris De Volder
2019-02-04 12:37:19 -08:00
parent 040929ae9b
commit 654d9767c5

View File

@@ -42,8 +42,8 @@
"Spring Boot Properties Yaml"
],
"filenamePatterns": [
"application*.yml",
"bootstrap*.yml"
"application*.yml", "applicication*.yaml",
"bootstrap*.yml", "bootstrap*.yaml"
],
"configuration": "./yaml-support/language-configuration.json"
},
@@ -54,7 +54,7 @@
],
"filenamePatterns": [
"application*.properties",
"bootstrap*.yml"
"bootstrap*.properties"
],
"configuration": "./properties-support/language-configuration.json"
}