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": []