首页 新闻 会员 周边

dotnet vscode 执行 这样怎么不行?

0
[已关闭问题] 关闭于 2016-10-23 21:46

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": ["test.cs"],
"tasks": [
{
"taskName": "build",
"args": [ ],
"isBuildCommand": true,
"showOutput": "silent",
"problemMatcher": "$msCompile"
}
]
}

铁打接班人流水打工人的主页 铁打接班人流水打工人 | 小虾三级 | 园豆:897
提问于:2016-10-22 14:55
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册