ast-check for zls!

This commit is contained in:
Auguste Rame
2022-08-31 20:48:42 -04:00
parent da03c81992
commit 57a35a7bc8
5 changed files with 83 additions and 67 deletions

View File

@@ -9,8 +9,8 @@
"type": "boolean",
"default": "false"
},
"enable_unused_variable_warnings": {
"description": "Enables warnings for local variables that aren't used",
"enable_ast_check_diagnostics": {
"description": "Whether to enable ast-check diagnostics",
"type": "boolean",
"default": "false"
},