Update tasks.json
This commit is contained in:
parent
10e3761d0c
commit
c63f147a29
1 changed files with 2 additions and 2 deletions
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
@ -4,7 +4,7 @@
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "Dev Server",
|
"label": "Ghcid",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
// You may also use bin/run-via-tmux if you have tmux
|
// You may also use bin/run-via-tmux if you have tmux
|
||||||
// This is useful if you often see ghost ghcid left behind by VSCode reloads.
|
// This is useful if you often see ghost ghcid left behind by VSCode reloads.
|
||||||
|
@ -20,4 +20,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue