diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index afc2fc152..e615bb4e3 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -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" }