mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
fix: pre-commit prettier check
This commit is contained in:
parent
a6d4580792
commit
307d1a70c5
1 changed files with 1 additions and 7 deletions
|
|
@ -52,13 +52,7 @@
|
||||||
"program": "/home/frappe/.local/bin/honcho",
|
"program": "/home/frappe/.local/bin/honcho",
|
||||||
"cwd": "${workspaceFolder}/frappe-bench",
|
"cwd": "${workspaceFolder}/frappe-bench",
|
||||||
"console": "internalConsole",
|
"console": "internalConsole",
|
||||||
"args": [
|
"args": ["start", "socketio", "watch", "schedule", "worker"],
|
||||||
"start",
|
|
||||||
"socketio",
|
|
||||||
"watch",
|
|
||||||
"schedule",
|
|
||||||
"worker"
|
|
||||||
],
|
|
||||||
"postDebugTask": "Clean Honcho SocketIO Watch Schedule Worker"
|
"postDebugTask": "Clean Honcho SocketIO Watch Schedule Worker"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue