You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[{
"resource": "/test/repro/src/file.ts",
"owner": "coverage",
"severity": 2,
"message": "[code-coverage] line not covered",
"startLineNumber": 17,
"startColumn": 1,
"endLineNumber": 17,
"endColumn": 1001
}]
// and The editor could not be opened because the file was not found.
Expects:
File should be trying to be located not from the opened workspace base path
but maybe from base path of regexp of config, or maybe special config (like deep-search: true that will add (group (**/)) to regexp and cut them next)
benthieu, Nils-Kolvenbach, cwagner22, matale, ldorigo and 3 more