add support for running ast-check without zig
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user