Remove rewrite recipe output folders setting UI from vscode

This commit is contained in:
aboyko
2023-04-04 16:34:51 -04:00
parent f2668e5641
commit 80f8bedada

View File

@@ -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"
}
}
},