diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index 5e1d17803..c77212f25 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -265,14 +265,6 @@ "type": "string" }, "description": "JAR and YAML files to scan for recipes, code actions, problem and quick fix descriptors" - }, - "boot-java.rewrite.scan-dirs": { - "type": "array", - "default": [], - "items": { - "type": "string" - }, - "description": "Java project output folders to scan for recipes" } } },