From c63f147a2969975ed07e5fa41224ef0f9eefe1e9 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 31 May 2021 19:34:35 -0400 Subject: [PATCH] Update tasks.json --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1e53382..d300c5a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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 @@ } } ] -} \ No newline at end of file +}