Skip to content

Commit

Permalink
run in vscode more like in production
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 11, 2023
1 parent 5940f7c commit f8618c7
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 @@ -8,7 +8,7 @@
"name": "Celery",
"type": "python",
"request": "launch",
"module": "celery",
"program": "${workspaceFolder}/env/bin/celery",
"console": "integratedTerminal",
"python": "${workspaceFolder}/env/bin/python",
"cwd": "${workspaceFolder}",
Expand Down

0 comments on commit f8618c7

Please sign in to comment.