feat: add evga (#17) (#18)

This commit is contained in:
Jef LeCompte
2020-09-18 09:43:51 -04:00
committed by GitHub
parent efe799b8b9
commit 6c6503219f
7 changed files with 47 additions and 884 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"problemMatcher": [
{
"owner": "xo",
"pattern": [
{
"regexp": "^\\s+(.*):(\\d+):(\\d+)$",
"file": 1
},
{
"regexp": "^\\s+✖\\s+(\\d+):(\\d+)\\s+(.*)\\s+(.*)$",
"line": 1,
"column": 2,
"message": 3,
"code": 4,
"loop": true
}
]
}
]
}