Skip to content

Commit

Permalink
changes vscode settings for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufour committed Mar 1, 2024
1 parent e844ac2 commit 048ce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"configurations": [
{
"name": "list photosets (500+)",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/flickr_download/flick_download.py",
"console": "integratedTerminal",
Expand Down

0 comments on commit 048ce45

Please sign in to comment.