column not character

This commit is contained in:
Danny McCormick
2019-06-18 13:49:18 -04:00
committed by GitHub
parent 161ccaf237
commit cf1f242ce7

View File

@@ -7,7 +7,7 @@
"regexp": "/^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$/",
"file": 1,
"line": 2,
"character": 3,
"column": 3,
"severity": 4,
"message": 5,
"code": 6