From c523955ccc71c5c8d832bedb9323ea135eb4e1e0 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 1 Jun 2020 01:27:02 -0400 Subject: [PATCH] Removes unneeded -- with yarn --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f68880d6f68..6c5a87c673a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -75,7 +75,7 @@ }, { "type": "shell", - "command": "yarn web -- --no-launch", + "command": "yarn web --no-launch", "label": "Run web", "isBackground": true, "problemMatcher": {