1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 23:44:39 +00:00
matdoesdev/.vscode/tasks.json
2021-11-16 19:24:35 -06:00

18 lines
253 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Dev",
"type": "shell",
"command": "yarn dev",
"group": "none",
"presentation": {
"reveal": "always",
"panel": "new"
},
"runOptions": {
"runOn": "folderOpen"
}
}
]
}