From c64767ba59f52ee269fadf6d7ecc1009777a2625 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sun, 23 Apr 2023 15:54:02 +0100 Subject: [PATCH] Fix VS Code launch.json --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a386639..ffbda43 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,8 +5,8 @@ "name": "Runtime", "type": "gdb", "request": "launch", - "target": "./zig-out/bin/ona-runner", - "cwd": "${workspaceRoot}/debug", + "target": "${workspaceRoot}/zig-out/bin/ona-runner", + "cwd": "${workspaceRoot}/debug/", "valuesFormatting": "parseText" }, {