Preference for new problem marker

This commit is contained in:
BoykoAlex
2022-05-03 13:50:01 -04:00
parent 9fa05f5a08
commit ed22a8ecb2

View File

@@ -229,6 +229,18 @@
"ERROR"
]
},
"spring-boot.ls.problem.java.JAVA_AUTOWIRED_CONSTRUCTOR": {
"type": "string",
"default": "WARNING",
"description": "Unnecessary @Autowired over the only constructor",
"enum": [
"IGNORE",
"INFO",
"WARNING",
"HINT",
"ERROR"
]
},
"spring-boot.ls.problem.application-yaml.YAML_SYNTAX_ERROR": {
"type": "string",
"default": "ERROR",