{ "version": "2.0.0", "tasks": [ { "type": "shell", "group": { "kind": "build", "isDefault": true }, "command": "./run_server.sh", "label": "./run_server.sh", "detail": "webpack --mode=production", "problemMatcher": [] }, { "type": "npm", "script": "build_release", "group": "build", "problemMatcher": [], "label": "npm: build_release", "detail": "webpack --mode=production" } ] }