Ignored problem marker + quick fix becomes CodeAction.

This commit is contained in:
aboyko
2022-10-21 17:31:16 -04:00
parent 0fb7e7daca
commit 6c9543c174
25 changed files with 120 additions and 104 deletions

View File

@@ -336,6 +336,30 @@
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.boot2.JAVA_CONSTRUCTOR_PARAMETER_INJECTION": {
"type": "string",
"default": "IGNORE",
"description": "Use constrcutor parameter injection",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.boot2.JAVA_PRECISE_REQUEST_MAPPING": {
"type": "string",
"default": "HINT",
"description": "Use precise mapping annotation, i.e. '@GetMapping', '@PostMapping', etc.",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
}
}
},