From ddf2de739068b5ff0866ccb1d067f3cb53a4fc55 Mon Sep 17 00:00:00 2001 From: David Czihak Date: Thu, 7 May 2026 14:33:19 +0200 Subject: Initial commit --- examples/hello-zig/.nova/Tasks/Zig Debug.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/hello-zig/.nova/Tasks/Zig Debug.json (limited to 'examples/hello-zig/.nova/Tasks/Zig Debug.json') 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" +} -- cgit v1.3