{ "version": "2.0.0", "tasks": [ { "label": "Start Node server with nvs latest", "type": "shell", "command": "nvs use latest && npm run start", "options": { "cwd": "${workspaceFolder}/front" }, "isBackground": true, "problemMatcher": [], "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" } } ] }