aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-zig/.nova/Tasks/Zig Debug.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello-zig/.nova/Tasks/Zig Debug.json')
-rw-r--r--examples/hello-zig/.nova/Tasks/Zig Debug.json12
1 files changed, 0 insertions, 12 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"
-}