Skip to content

Commit

Permalink
fix(vscode): remove celery beat from compound launcher (#23547)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored Jul 9, 2024
1 parent 597cc0a commit c5a4bc6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,7 @@
"compounds": [
{
"name": "PostHog",
"configurations": [
"Backend",
"Celery Threaded Pool",
"Celery Redbeat Scheduler",
"Frontend",
"Plugin Server",
"Temporal Worker"
],
"configurations": ["Backend", "Celery Threaded Pool", "Frontend", "Plugin Server", "Temporal Worker"],
"stopAll": true,
"presentation": {
"order": 1,
Expand All @@ -184,7 +177,6 @@
"configurations": [
"Backend (with local billing)",
"Celery Threaded Pool",
"Celery Redbeat Scheduler",
"Frontend",
"Plugin Server",
"Temporal Worker"
Expand Down

0 comments on commit c5a4bc6

Please sign in to comment.