diff options
Diffstat (limited to 'zig-comments/.vscode/launch.json')
-rw-r--r-- | zig-comments/.vscode/launch.json | 16 |
1 files changed, 0 insertions, 16 deletions
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 |