aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/zls.json
blob: 4fb24eaa3f71d9df5a2934dcf8c0832be9656505 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "zig_exe_path": "/build/zig/zig",
  "enable_snippets": true,
  "warn_style": false,
  "enable_semantic_tokens": true,
  "operator_completions": true,
  "include_at_in_builtins": false,
  "max_detail_length": 1048576
}