Updated launch.json

This commit is contained in:
Benjamyn Love 2023-05-29 22:31:53 +10:00
parent 5ef9b53163
commit 867e5691be

2
.vscode/launch.json vendored
View File

@ -8,7 +8,7 @@
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "~/Documents/Projects/PyGameTuts/better_tutorial/game.py",
"program": "${workspaceFolder}/game.py",
"console": "integratedTerminal",
"justMyCode": true
}