From d8e7ce177bfa44bda04590aa6a2ec999ebc45ecc Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Tue, 27 Feb 2018 00:38:22 +0800 Subject: [PATCH] Name wording: Tools instead of Support Of course, it is for authors to name their creation. Nevertheless, there are now 2 VSCode extension with name "Spring Boot Support". And also current published version is the same version number as previous obsolete: 0.1.4 That make confusion. Also Tools is used in https://spring.io/tools4 and has been unique word on Eclipse marketplace. --- vscode-extensions/vscode-spring-boot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index cdda6eccc..5a9e1321d 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -1,6 +1,6 @@ { "name": "vscode-spring-boot", - "displayName": "Spring Boot Support", + "displayName": "Spring Boot Tools", "description": "Provides validation and content assist for Spring Boot `application.properties`, `application.yml` properties files. As well as Boot-specific support for `.java` files.", "icon": "spring-boot-logo.png", "version": "0.1.5",