added new change detection setting property to client extensions

This commit is contained in:
Martin Lippert
2018-06-19 11:31:38 +02:00
parent 954f65de4d
commit 653aec3725
3 changed files with 16 additions and 0 deletions

View File

@@ -24,6 +24,11 @@
"type": "boolean",
"default": true,
"description": "Enable/Disable Spring running Boot application live hints decorators in the source code"
},
"change-detection.on": {
"type": "boolean",
"default": false,
"description": "Enable/Disable detecting changes of running Spring Boot applications"
}
},
"dependencies": {