Skip to content

Commit

Permalink
Added ARMCC problem matcher (#10054) (#10101)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsisko authored Nov 1, 2022
1 parent 801c8dd commit 50eb6f9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,23 @@
"severity": 4,
"message": 5
}
},
{
"name": "armcc5",
"source": "armcc5",
"owner": "cpptools",
"fileLocation": [
"autoDetect",
"${cwd}"
],
"pattern": {
"regexp": "^\"(.*)?\",\\s+line\\s+(\\d+):\\s+([Ee]rror|[Ww]arning):\\s+#(.*?):\\s+(.*)$",
"file": 1,
"line": 2,
"severity": 3,
"code": 4,
"message": 5
}
}
],
"configuration": [
Expand Down

0 comments on commit 50eb6f9

Please sign in to comment.