PT #151674858 Live boot hint decorations on/off

This commit is contained in:
BoykoAlex
2017-10-20 20:55:05 -04:00
parent fdde938433
commit 55a439dc30
17 changed files with 336 additions and 82 deletions

View File

@@ -14,6 +14,13 @@
"server/",
"properties.json"
],
"configSchema": {
"boot-hints.on": {
"type": "boolean",
"default": true,
"description": "Enable/Disable Spring running Boot application live hints decorators in the source code"
}
},
"dependencies": {
"atom-package-deps": "^4.6.0",
"download": "^6.2.5",