{"label":"build","command":"dotnet","type":"shell","args": ["build"],"options": {"cwd":"${workspaceRoot}"},"group": {"kind":"build","isDefault":true},"presentation": {"echo":true,"reveal":"always","focus":false,"panel":"shared"},"problemMatcher":"$msCompile"} ] }...
最近尝试使用.netcore 开发新的系统. 于是先装了一个vs code 调试的时候总是报错. preLaunchTask“build”已终止,退出代码为 2。 实际上这个错误的意思是, 运行 “build” 任务 的时候就出错了, 无法继续运行下去. 这是啥意思呢? 对于vscode新手来讲. 这还真不知道如何排查. 后来无意间看到了网上说的 Task ...
{"label":"build","command":"dotnet","type":"shell","args": ["build"],"options": {"cwd":"${workspaceRoot}"},"group": {"kind":"build","isDefault":true},"presentation": {"echo":true,"reveal":"always","focus":false,"panel":"shared"},"problemMatcher":"$msCompile"} ] }...