Update launch.json

Updated launch.json to be cross-platform between Windows and UNIX systems
This commit is contained in:
Travis Abendshien
2024-04-24 17:12:40 -07:00
parent ad6fefbe2b
commit 6e7567a192

2
.vscode/launch.json vendored
View File

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