码迷,mamicode.com
首页 > 其他好文 > 详细

vs code 问题:preLaunchTask“build”已终止,退出代码为 1。解决办法

时间:2018-04-15 18:46:34      阅读:9509      评论:0      收藏:0      [点我收藏+]

标签:2.0   and   cer   command   soft   com   def   sha   shared   

菜单:任务-配置任务

改为如下:
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "command": "", "args": [], "tasks": [ { "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" } ] }

vs code 问题:preLaunchTask“build”已终止,退出代码为 1。解决办法

标签:2.0   and   cer   command   soft   com   def   sha   shared   

原文地址:https://www.cnblogs.com/micro-chen/p/8848580.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!