Skip to content

Commit

Permalink
chore: launch celery by module in pycharm (#17901)
Browse files Browse the repository at this point in the history
* chore: launch celery by module in pycharm

* Revert "chore: launch celery by module in pycharm"

This reverts commit 6a6d3b5.

* run in vscode more like in production
  • Loading branch information
pauldambra authored Oct 11, 2023
1 parent 8387674 commit 7d9b95a
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 7d9b95a

Please sign in to comment.