From 64ed30ea5fd62b07970151192977cf5c823eecad Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 31 Aug 2023 05:48:03 +0100 Subject: Move pq.zig to it's own repo for re-use in other projects --- zig-comments/.vscode/launch.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 zig-comments/.vscode/launch.json (limited to 'zig-comments/.vscode') diff --git a/zig-comments/.vscode/launch.json b/zig-comments/.vscode/launch.json deleted file mode 100644 index 08ebd2a..0000000 --- a/zig-comments/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "lldb", - "request": "launch", - "name": "Debug", - "program": "${workspaceFolder}/zig-out/bin/comments", - "args": [], - "cwd": "${workspaceFolder}" - } - ] -} \ No newline at end of file -- cgit v1.2.3-ZIG