diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index fcf2f7a00..8e86173d4 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -456,17 +456,6 @@ } } }, - { - "id": "spring-cli", - "title": "Spring CLI", - "properties": { - "spring-cli.executable": { - "type": "string", - "default": "spring", - "description": "Spring CLI executable. Either name of the executable if it's on the PATH environment variable or absolute path to the spring CLI executable (or JAR for dev purposes)" - } - } - }, { "id": "ls", "title": "Language Server",