diff --git a/development/vscode-example/launch.json b/development/vscode-example/launch.json index 68fa9309..557d3cb9 100644 --- a/development/vscode-example/launch.json +++ b/development/vscode-example/launch.json @@ -72,9 +72,7 @@ "socketio", "watch", "schedule", - "worker_short", - "worker_long", - "worker_default" + "worker" ] } ] diff --git a/docs/development.md b/docs/development.md index 19060abb..9ca0b287 100644 --- a/docs/development.md +++ b/docs/development.md @@ -281,9 +281,7 @@ honcho start \ socketio \ watch \ schedule \ - worker_short \ - worker_long \ - worker_default + worker ``` Alternatively you can use the VSCode launch configuration "Honcho SocketIO Watch Schedule Worker" which launches the same command as above.