run on vs code

This commit is contained in:
xsl
2025-11-13 16:39:25 +08:00
parent 24b1be4014
commit ff00d14f5b
794 changed files with 8247 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [
"$msCompile"
],
"label": "build"
}
]
}