{ "version": "2.0.0", "command": "dotnet", "tasks": [ { "label": "build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/Chloe.Admin/Chloe.Admin.csproj" ], "problemMatcher": "$msCompile" } ] }
{ "version": "2.0.0", "command": "dotnet", "tasks": [ { "label": "build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/Chloe.Admin/Chloe.Admin.csproj" ], "problemMatcher": "$msCompile" } ] }
转载于:https://www.cnblogs.com/souphm/p/10870296.html