1
0
forked from kalmar/DALGLI0
DALGLI0/.vscode/tasks.json

15 lines
315 B
JSON
Raw Normal View History

2018-06-20 20:24:20 +02:00
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/FCS.csproj"
],
"problemMatcher": "$msCompile"
}
]
}