mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
fixes #20344
This commit is contained in:
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
@@ -47,7 +47,7 @@
|
||||
],
|
||||
"severity": "warning",
|
||||
"pattern": {
|
||||
"regexp": "(.*)\\[(\\d+),\\s(\\d+)\\]:\\s(.*)$", // (.*)\[(\d+), (\d+)\]: (.*)
|
||||
"regexp": "(.*)\\[(\\d+),\\s(\\d+)\\]:\\s(.*)$", // (.*)\[(\d+), (\d+)\]: (.*)
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
@@ -62,6 +62,13 @@
|
||||
],
|
||||
"showOutput": "always",
|
||||
"isTestCommand": true
|
||||
},
|
||||
{
|
||||
"taskName": "electron",
|
||||
"args": [
|
||||
"--no-color"
|
||||
],
|
||||
"showOutput": "never"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user