tasks.md: add `source` property to `problemMatcher` pt 2

This commit is contained in:
William Andrea 2024-08-07 15:53:29 -04:00 коммит произвёл GitHub
Родитель 99bc3c2898
Коммит 449ec11025
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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,