added config option to enable/disable XML config file support

This commit is contained in:
Martin Lippert
2019-01-16 13:35:11 +01:00
parent 726bad6764
commit 4f7a2014c4
8 changed files with 37 additions and 13 deletions

View File

@@ -25,6 +25,11 @@
"default": true,
"description": "Enable/Disable Spring running Boot application live hints decorators in the source code"
},
"support-spring-xml-config.on": {
"type": "boolean",
"default": false,
"description": "Enable/Disable Support for Spring XML Config files"
},
"change-detection.on": {
"type": "boolean",
"default": false,