-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzls.json
More file actions
27 lines (27 loc) · 1 KB
/
zls.json
File metadata and controls
27 lines (27 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"enable_snippets": true,
"enable_argument_placeholders": true,
"enable_build_on_save": false,
"build_on_save_step": "install",
"enable_autofix": false,
"semantic_tokens": "full",
"enable_inlay_hints": true,
"inlay_hints_show_variable_type_hints": true,
"inlay_hints_show_struct_literal_field_type": true,
"inlay_hints_show_parameter_name": true,
"inlay_hints_show_builtin": true,
"inlay_hints_exclude_single_argument": true,
"inlay_hints_hide_redundant_param_names": false,
"inlay_hints_hide_redundant_param_names_last_token": false,
"warn_style": false,
"highlight_global_var_declarations": false,
"dangerous_comptime_experiments_do_not_enable": false,
"skip_std_references": false,
"prefer_ast_check_as_child_process": true,
"builtin_path": null,
"zig_lib_path": "/opt/zig/lib",
"zig_exe_path": "/opt/zig/zig",
"build_runner_path": null,
"global_cache_path": "/home/elotoja/.cache/zls",
"completion_label_details": true
}