tasks.md: add `source` property to `problemMatcher` pt 2
This commit is contained in:
Родитель
99bc3c2898
Коммит
449ec11025
|
@ -674,6 +674,7 @@ Here is a finished `tasks.json` file with the code above (comments removed) wrap
|
|||
"problemMatcher": {
|
||||
"owner": "cpp",
|
||||
"fileLocation": ["relative", "${workspaceFolder}"],
|
||||
"source": "gcc",
|
||||
"pattern": {
|
||||
"regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$",
|
||||
"file": 1,
|
||||
|
|
Загрузка…
Ссылка в новой задаче