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, 0 insertions, 27 deletions
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" -} |
