From 782c6ae13d9d1f87d8f1d7bb7ccd0da74365b091 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig Date: Wed, 6 Dec 2017 11:08:11 +0900 Subject: [PATCH] Fix typo --- vscode-extensions/vscode-boot-properties/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/vscode-boot-properties/README.md b/vscode-extensions/vscode-boot-properties/README.md index c55dde47f..169f5a8c6 100644 --- a/vscode-extensions/vscode-boot-properties/README.md +++ b/vscode-extensions/vscode-boot-properties/README.md @@ -8,7 +8,7 @@ VSCode extension and Language Server providing support for working with Spring B The extension will automatically activate when you edit files with the following name patterns: - - `application*.java` => activates support for Spring Boot properties in `.properties`format. + - `application*.properties` => activates support for Spring Boot properties in `.properties`format. - `application*.yml` => activates support for Spring Boot properties in `.yml` format. You can also define your own patterns and map them to the language-ids