diff options
| author | David Czihak <git@dcz.at> | 2026-05-09 13:01:50 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-09 13:01:50 +0200 |
| commit | 4b6f66fd512c254b5a82220dc77411fe391dd258 (patch) | |
| tree | 7d77d7966e9ad2e296986ea8cfeb607088028195 /examples/hello-zig/.nova | |
| parent | 64e9c56fc665972fdde5234c4fb2f2a882e237dc (diff) | |
Chore: Rework examples for thorough extension testing
Diffstat (limited to 'examples/hello-zig/.nova')
4 files changed, 0 insertions, 35 deletions
diff --git a/examples/hello-zig/.nova/Configuration.json b/examples/hello-zig/.nova/Configuration.json deleted file mode 100644 index 47e341a..0000000 --- a/examples/hello-zig/.nova/Configuration.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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" -} diff --git a/examples/hello-zig/.nova/Tasks/Zig Debug.json b/examples/hello-zig/.nova/Tasks/Zig Debug.json deleted file mode 100644 index 53b7f13..0000000 --- a/examples/hello-zig/.nova/Tasks/Zig Debug.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extension" : { - "identifier" : "at.dcz.nova-zig", - "name" : "Zig" - }, - "extensionTemplate" : "zigDebug", - "extensionValues" : { - "console" : "internalConsole", - "programPath" : "zig-out\/bin\/hello-zig" - }, - "openLogOnRun" : "start" -} diff --git a/examples/hello-zig/.nova/Tasks/Zig Package (macOS Terminal).json b/examples/hello-zig/.nova/Tasks/Zig Package (macOS Terminal).json deleted file mode 100644 index d1fa04d..0000000 --- a/examples/hello-zig/.nova/Tasks/Zig Package (macOS Terminal).json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extension" : { - "identifier" : "at.dcz.nova-zig", - "name" : "Zig" - }, - "extensionTemplate" : "zigBuildRunTerminal" -} diff --git a/examples/hello-zig/.nova/Tasks/Zig Package.json b/examples/hello-zig/.nova/Tasks/Zig Package.json deleted file mode 100644 index 10830e6..0000000 --- a/examples/hello-zig/.nova/Tasks/Zig Package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "buildBeforeRunning" : true, - "extension" : { - "identifier" : "at.dcz.nova-zig", - "name" : "Zig" - }, - "extensionTemplate" : "zigBuildRun" -} |
