Regenerate settings for default severity switch

This commit is contained in:
aboyko
2024-06-14 12:39:37 -04:00
parent 64eccffb34
commit bcf23e35c1
2 changed files with 2 additions and 2 deletions

View File

@@ -419,7 +419,7 @@
"code": "SQL_SYNTAX",
"label": "SQL Query Syntax",
"description": "Syntax",
"defaultSeverity": "ERROR"
"defaultSeverity": "IGNORE"
}
]
}

View File

@@ -1187,7 +1187,7 @@
},
"spring-boot.ls.problem.data-query.SQL_SYNTAX": {
"type": "string",
"default": "ERROR",
"default": "IGNORE",
"description": "Syntax",
"enum": [
"IGNORE",