aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-zig/.nova/Configuration.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello-zig/.nova/Configuration.json')
-rw-r--r--examples/hello-zig/.nova/Configuration.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/hello-zig/.nova/Configuration.json b/examples/hello-zig/.nova/Configuration.json
new file mode 100644
index 0000000..47e341a
--- /dev/null
+++ b/examples/hello-zig/.nova/Configuration.json
@@ -0,0 +1,8 @@
1{
2 "at.dcz.nova-zig.toolchain.lldb-dap-path" : "\/Library\/Developer\/CommandLineTools\/usr\/bin\/lldb-dap",
3 "at.dcz.nova-zig.toolchain.zig-path" : "\/opt\/homebrew\/bin\/zig",
4 "at.dcz.nova-zig.zls.build-on-save" : true,
5 "at.dcz.nova-zig.zls.enabled" : true,
6 "zls.enable_build_on_save" : true,
7 "zls.zig_exe_path" : "\/opt\/homebrew\/bin\/zig"
8}