A problem matcher to show Jasmine spec errors when running tests in the terminal.
You can enable this problem matcher by using its name "$jasmine".
The following example shows how to add problem matchers to your project:
{
"version": "2.0.0",
"type": "shell",
"tasks": [
{
"taskName": "test",
"command": "jasmine",
"group": "test",
"args": [],
"problemMatcher": "$jasmine"
}
]
}
Note: If you are using Typescript you can use jasmine-ts-console-reporter to remap the matched error file to your typescript source.