diff options
Diffstat (limited to 'examples/hello-zig/.nova/Tasks/Zig Debug.json')
| -rw-r--r-- | examples/hello-zig/.nova/Tasks/Zig Debug.json | 12 |
1 files changed, 12 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 | } | ||
