{
"version": "2.0.0",
"tasks": [
{
"label": "Start Tauri Dev",
"type": "shell",
"command": "npm run tauri dev",
"options": {
"cwd": "${workspaceFolder}"
},
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
"fileLocation": "relative",
"pattern": {
"regexp": "^.*$"
},
"background": {
"activeOnStart": true,
"beginsPattern": "VITE v.* ready in",
"endsPattern": "➜ Local:.*"
}
},
"presentation": {
"reveal": "always",
"panel": "new"
}
}
]
}