From 6e7567a192848ff2cb9f89c03c3bca85fce8acbf Mon Sep 17 00:00:00 2001 From: Travis Abendshien Date: Wed, 24 Apr 2024 17:12:40 -0700 Subject: [PATCH] Update launch.json Updated launch.json to be cross-platform between Windows and UNIX systems --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e9505d33..f3e42404 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "TagStudio", "type": "python", "request": "launch", - "program": "${workspaceRoot}\\TagStudio\\tagstudio.py", + "program": "${workspaceRoot}/tagstudio/tagstudio.py", "console": "integratedTerminal", "justMyCode": true, "args": []