CRON inlay-hints on/off setting

This commit is contained in:
aboyko
2024-10-15 12:54:26 -04:00
parent c3a45e7647
commit 67eacaef00
9 changed files with 36 additions and 6 deletions

View File

@@ -353,6 +353,11 @@
"default": true,
"description": "JPA Query language support"
},
"boot-java.cron.inlay-hints": {
"type": "boolean",
"default": true,
"description": "Show CRON expressions inlay-hints"
},
"boot-java.change-detection.on": {
"type": "boolean",
"default": false,