aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-zig/.nova/Configuration.json
blob: 47e341a085d9341aeaf0c68898d3a7673e40eb9f (plain)
1
2
3
4
5
6
7
8
{
  "at.dcz.nova-zig.toolchain.lldb-dap-path" : "\/Library\/Developer\/CommandLineTools\/usr\/bin\/lldb-dap",
  "at.dcz.nova-zig.toolchain.zig-path" : "\/opt\/homebrew\/bin\/zig",
  "at.dcz.nova-zig.zls.build-on-save" : true,
  "at.dcz.nova-zig.zls.enabled" : true,
  "zls.enable_build_on_save" : true,
  "zls.zig_exe_path" : "\/opt\/homebrew\/bin\/zig"
}