Files

16 lines
255 B
JSON
Raw Permalink Normal View History

2026-04-09 10:01:23 +08:00
{
"version": "2.0.0",
"tasks": [
{
"label": "server:dev",
2026-04-09 10:01:23 +08:00
"type": "shell",
"command": "make dev",
2026-04-09 10:01:23 +08:00
"options": {
"cwd": "${workspaceFolder}"
2026-04-09 10:01:23 +08:00
},
"isBackground": true,
"problemMatcher": []
2026-04-09 10:01:23 +08:00
}
]
}