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": {