Files
pecklist/.vscode/tasks.json
2018-06-28 23:08:13 +00:00

16 lines
337 B
JSON

{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}/pecklist.csproj"
],
"isBuildCommand": true,
"problemMatcher": "$msCompile"
}
]
}