Update tasks.json

This commit is contained in:
Sridhar Ratnakumar 2021-05-31 19:34:35 -04:00 committed by GitHub
parent 10e3761d0c
commit c63f147a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.vscode/tasks.json vendored
View file

@ -4,7 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Dev Server",
"label": "Ghcid",
"type": "shell",
// 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.
@ -20,4 +20,4 @@
}
}
]
}
}