mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Adopt official pattern from VS Code
This commit is contained in:
parent
1d2297fa1b
commit
c7026a46cf
1 changed files with 1 additions and 1 deletions
2
.github/tsc.json
vendored
2
.github/tsc.json
vendored
|
@ -4,7 +4,7 @@
|
||||||
"owner": "tsc",
|
"owner": "tsc",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+)(?:,(\\d+)(?:,\\d+(?:,\\d+)?)?)?\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
|
"regexp": "^([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+TS(\\d+)\\s*:\\s*(.*)$",
|
||||||
"file": 1,
|
"file": 1,
|
||||||
"line": 2,
|
"line": 2,
|
||||||
"column": 3,
|
"column": 3,
|
||||||
|
|
Loading…
Add table
Reference in a new issue