From 186d707ace54d27ff8913eff2be29026e64afb43 Mon Sep 17 00:00:00 2001
From: Victor <viclo211@student.liu.se>
Date: Fri, 26 Feb 2021 22:22:18 +0100
Subject: [PATCH] fix: Fix Start client and server task

---
 .vscode/tasks.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 326bf834..22158c9d 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -69,8 +69,8 @@
             "label": "Start client and server",
             "group": "build",
             "dependsOn": [
-                "Server",
-                "Client"
+                "Start server",
+                "Start client"
             ],
             "problemMatcher": []
         }
-- 
GitLab