mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: remove comments to satisfy JSON linting
This commit is contained in:
parent
23d5ed84e4
commit
56303cfbae
1 changed files with 2 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
"_comment": "See https://go.microsoft.com/fwlink/?LinkId=733558 for the documentation about the tasks.json format",
|
||||||
// for the documentation about the tasks.json format
|
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "Clean Honcho SocketIO Watch Schedule Worker",
|
"label": "Clean Honcho SocketIO Watch Schedule Worker",
|
||||||
"detail": "When stopping the debug process from vscode window, the honcho won't receive the SIGINT signal. This task will send the SIGINT signal to the honcho processes.",
|
"_comment_detail": "When stopping the debug process from vscode window, the honcho won't receive the SIGINT signal. This task will send the SIGINT signal to the honcho processes.",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "pkill -SIGINT -f bench; pkill -SIGINT -f socketio",
|
"command": "pkill -SIGINT -f bench; pkill -SIGINT -f socketio",
|
||||||
"isBackground": false,
|
"isBackground": false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue