Regenerate settings for default severity switch
This commit is contained in:
@@ -419,7 +419,7 @@
|
||||
"code": "SQL_SYNTAX",
|
||||
"label": "SQL Query Syntax",
|
||||
"description": "Syntax",
|
||||
"defaultSeverity": "ERROR"
|
||||
"defaultSeverity": "IGNORE"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1187,7 +1187,7 @@
|
||||
},
|
||||
"spring-boot.ls.problem.data-query.SQL_SYNTAX": {
|
||||
"type": "string",
|
||||
"default": "ERROR",
|
||||
"default": "IGNORE",
|
||||
"description": "Syntax",
|
||||
"enum": [
|
||||
"IGNORE",
|
||||
|
||||
Reference in New Issue
Block a user