Files
luban_ui_internal/.vscode/tasks.json

16 lines
299 B
JSON
Raw Normal View History

2025-09-24 01:23:09 +08:00
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"LubanHub.sln"
],
"problemMatcher": "$msCompile"
}
]
}