2017-06-14 01:29:08 +00:00
|
|
|
{
|
2023-03-17 08:08:32 +00:00
|
|
|
"version": "2.0.0",
|
2017-06-14 01:29:08 +00:00
|
|
|
"command": "dotnet",
|
|
|
|
"args": [],
|
|
|
|
"tasks": [
|
|
|
|
{
|
2023-03-17 08:08:32 +00:00
|
|
|
"label": "build",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "dotnet",
|
2017-06-14 01:29:08 +00:00
|
|
|
"args": [
|
2023-03-17 08:08:32 +00:00
|
|
|
"build",
|
2017-06-14 04:18:09 +00:00
|
|
|
"${workspaceRoot}/Ooui.sln"
|
2017-06-14 01:29:08 +00:00
|
|
|
],
|
2023-03-17 08:08:32 +00:00
|
|
|
"problemMatcher": "$msCompile",
|
|
|
|
"group": {
|
|
|
|
"_id": "build",
|
|
|
|
"isDefault": false
|
|
|
|
}
|
2017-06-14 23:48:42 +00:00
|
|
|
},
|
|
|
|
{
|
2023-03-17 08:08:32 +00:00
|
|
|
"label": "test",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "dotnet",
|
2017-06-14 23:48:42 +00:00
|
|
|
"args": [
|
2023-03-17 08:08:32 +00:00
|
|
|
"test",
|
2017-06-14 23:48:42 +00:00
|
|
|
"${workspaceRoot}/Tests/Tests.csproj"
|
|
|
|
],
|
2017-06-19 01:38:00 +00:00
|
|
|
"problemMatcher": {
|
|
|
|
"owner": "external",
|
|
|
|
"fileLocation": "absolute",
|
|
|
|
"severity": "error",
|
|
|
|
"pattern": [
|
|
|
|
{
|
|
|
|
"regexp": "^Error Message:\\s*$"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"regexp": "^\\s*(.*)$",
|
|
|
|
"message": 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"regexp": "^Stack Trace:\\s*$"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"regexp": "^\\s*at (.*\\(\\)) in (.*):line (\\d+)$",
|
|
|
|
"file": 2,
|
|
|
|
"location": 3
|
|
|
|
}
|
|
|
|
]
|
2023-03-17 08:08:32 +00:00
|
|
|
},
|
|
|
|
"group": {
|
|
|
|
"_id": "test",
|
|
|
|
"isDefault": false
|
2017-06-19 01:38:00 +00:00
|
|
|
}
|
2017-06-14 01:29:08 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|