diff options
Diffstat (limited to 'examples/hello-zig/.nova/Tasks')
| -rw-r--r-- | examples/hello-zig/.nova/Tasks/Zig Debug.json | 12 | ||||
| -rw-r--r-- | examples/hello-zig/.nova/Tasks/Zig Package (macOS Terminal).json | 7 | ||||
| -rw-r--r-- | examples/hello-zig/.nova/Tasks/Zig Package.json | 8 |
3 files changed, 27 insertions, 0 deletions
diff --git a/examples/hello-zig/.nova/Tasks/Zig Debug.json b/examples/hello-zig/.nova/Tasks/Zig Debug.json new file mode 100644 index 0000000..53b7f13 --- /dev/null +++ b/examples/hello-zig/.nova/Tasks/Zig Debug.json @@ -0,0 +1,12 @@ +{ + "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 new file mode 100644 index 0000000..d1fa04d --- /dev/null +++ b/examples/hello-zig/.nova/Tasks/Zig Package (macOS Terminal).json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..10830e6 --- /dev/null +++ b/examples/hello-zig/.nova/Tasks/Zig Package.json @@ -0,0 +1,8 @@ +{ + "buildBeforeRunning" : true, + "extension" : { + "identifier" : "at.dcz.nova-zig", + "name" : "Zig" + }, + "extensionTemplate" : "zigBuildRun" +} |
