Files
HardHat/.vscode/tasks.json
2016-12-31 06:24:33 -05:00

16 lines
357 B
JSON

{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}\\src\\HardHat.Example\\project.json"
],
"isBuildCommand": true,
"problemMatcher": "$msCompile"
}
]
}