Files
aka.terribledev.io/.vscode/tasks.json
Tommy Parnell c655ddd977 redir hosts
2017-04-21 09:50:26 -04:00

16 lines
348 B
JSON

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