aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-zig/.nova/Tasks
diff options
context:
space:
mode:
authorDavid Czihak <git@dcz.at>2026-05-07 14:33:19 +0200
committerDavid Czihak <git@dcz.at>2026-05-07 14:33:19 +0200
commitddf2de739068b5ff0866ccb1d067f3cb53a4fc55 (patch)
tree1a77efe9d73a6172be3c37d29b321eadd4efe379 /examples/hello-zig/.nova/Tasks
Initial commitv0.1.7
Diffstat (limited to 'examples/hello-zig/.nova/Tasks')
-rw-r--r--examples/hello-zig/.nova/Tasks/Zig Debug.json12
-rw-r--r--examples/hello-zig/.nova/Tasks/Zig Package (macOS Terminal).json7
-rw-r--r--examples/hello-zig/.nova/Tasks/Zig Package.json8
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 @@
1{
2 "extension" : {
3 "identifier" : "at.dcz.nova-zig",
4 "name" : "Zig"
5 },
6 "extensionTemplate" : "zigDebug",
7 "extensionValues" : {
8 "console" : "internalConsole",
9 "programPath" : "zig-out\/bin\/hello-zig"
10 },
11 "openLogOnRun" : "start"
12}
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 @@
1{
2 "extension" : {
3 "identifier" : "at.dcz.nova-zig",
4 "name" : "Zig"
5 },
6 "extensionTemplate" : "zigBuildRunTerminal"
7}
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 @@
1{
2 "buildBeforeRunning" : true,
3 "extension" : {
4 "identifier" : "at.dcz.nova-zig",
5 "name" : "Zig"
6 },
7 "extensionTemplate" : "zigBuildRun"
8}