add support for running ast-check without zig

This commit is contained in:
Techarix
2023-02-14 22:02:37 +01:00
committed by Techatrix
parent c06cf6e95c
commit 4215edbc33
7 changed files with 467 additions and 294 deletions

View File

@@ -94,6 +94,11 @@
"type": "integer",
"default": "1048576"
},
"prefer_ast_check_as_child_process": {
"description": "Can be used in conjuction with `enable_ast_check_diagnostics` to favor using `zig ast-check` instead of ZLS's fork",
"type": "boolean",
"default": "true"
},
"record_session": {
"description": "When true, zls will record all request is receives and write in into `record_session_path`, so that they can replayed with `zls replay`",
"type": "boolean",