diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0b21b8b9..623afc56 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "label": "Launch Http Server", "type": "shell", - "command": "node_modules/.bin/http-server --cors --port 5002 -a 127.0.0.1 -s -c-1", + "command": "node_modules/.bin/http-server --cors --port 5002 -a 127.0.0.1 -c-1", "isBackground": true, "problemMatcher": { "pattern": {