First commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"haxe.buildFile": "client.hxml"
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"command": "haxe",
|
||||
"args": ["client.hxml"],
|
||||
"problemMatcher": {
|
||||
"owner": "haxe",
|
||||
"pattern": {
|
||||
"regexp": "^(.+):(\\d+): (?:lines \\d+-(\\d+)|character(?:s (\\d+)-| )(\\d+)) : (?:(Warning) : )?(.*)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"endLine": 3,
|
||||
"column": 4,
|
||||
"endColumn": 5,
|
||||
"severity": 6,
|
||||
"message": 7
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user