|
94 | 94 | "core_cm4.h": "c", |
95 | 95 |
|
96 | 96 | "variant.h": "c" |
97 | | - } |
| 97 | + }, |
| 98 | + "conventionalCommits.scopes": ["docker"] |
98 | 99 | }, |
99 | 100 | "extensions": { |
100 | 101 | "recommendations": [ |
|
146 | 147 | "type": "shell", |
147 | 148 | "command": "make build", |
148 | 149 | "problemMatcher": { |
149 | | - "base": "$gcc", |
150 | | - "fileLocation": "absolute" |
| 150 | + "owner": "cpp", |
| 151 | + "source": "gcc", |
| 152 | + "fileLocation": "absolute", |
| 153 | + "pattern": { |
| 154 | + "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", |
| 155 | + "file": 1, |
| 156 | + "line": 2, |
| 157 | + "column": 3, |
| 158 | + "severity": 4, |
| 159 | + "message": 5 |
| 160 | + } |
151 | 161 | }, |
152 | 162 | "group": { |
153 | 163 | "kind": "build", |
|
160 | 170 | "type": "shell", |
161 | 171 | "command": "make build_all", |
162 | 172 | "problemMatcher": { |
163 | | - "base": "$gcc", |
164 | | - "fileLocation": "absolute" |
| 173 | + "owner": "cpp", |
| 174 | + "source": "gcc", |
| 175 | + "fileLocation": "absolute", |
| 176 | + "pattern": { |
| 177 | + "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", |
| 178 | + "file": 1, |
| 179 | + "line": 2, |
| 180 | + "column": 3, |
| 181 | + "severity": 4, |
| 182 | + "message": 5 |
| 183 | + } |
165 | 184 | }, |
166 | 185 | "group": "build" |
167 | 186 | }, |
|
171 | 190 | "type": "shell", |
172 | 191 | "command": "make build_codal-stm32-DISCO_L475VG_IOT", |
173 | 192 | "problemMatcher": { |
174 | | - "base": "$gcc", |
175 | | - "fileLocation": "absolute" |
| 193 | + "owner": "cpp", |
| 194 | + "source": "gcc", |
| 195 | + "fileLocation": "absolute", |
| 196 | + "pattern": { |
| 197 | + "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", |
| 198 | + "file": 1, |
| 199 | + "line": 2, |
| 200 | + "column": 3, |
| 201 | + "severity": 4, |
| 202 | + "message": 5 |
| 203 | + } |
176 | 204 | }, |
177 | 205 | "group": "build" |
178 | 206 | }, |
|
182 | 210 | "type": "shell", |
183 | 211 | "command": "make build_codal-stm32-PNUCLEO_WB55RG", |
184 | 212 | "problemMatcher": { |
185 | | - "base": "$gcc", |
186 | | - "fileLocation": "absolute" |
| 213 | + "owner": "cpp", |
| 214 | + "source": "gcc", |
| 215 | + "fileLocation": "absolute", |
| 216 | + "pattern": { |
| 217 | + "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", |
| 218 | + "file": 1, |
| 219 | + "line": 2, |
| 220 | + "column": 3, |
| 221 | + "severity": 4, |
| 222 | + "message": 5 |
| 223 | + } |
187 | 224 | }, |
188 | 225 | "group": "build" |
189 | 226 | }, |
|
193 | 230 | "type": "shell", |
194 | 231 | "command": "make build_codal-stm32-STEAM32_WB55RG", |
195 | 232 | "problemMatcher": { |
196 | | - "base": "$gcc", |
197 | | - "fileLocation": "absolute" |
| 233 | + "owner": "cpp", |
| 234 | + "source": "gcc", |
| 235 | + "fileLocation": "absolute", |
| 236 | + "pattern": { |
| 237 | + "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", |
| 238 | + "file": 1, |
| 239 | + "line": 2, |
| 240 | + "column": 3, |
| 241 | + "severity": 4, |
| 242 | + "message": 5 |
| 243 | + } |
198 | 244 | }, |
199 | 245 | "group": "build" |
200 | 246 | }, |
|
204 | 250 | "type": "shell", |
205 | 251 | "command": "make clean", |
206 | 252 | "problemMatcher": { |
207 | | - "base": "$gcc", |
208 | | - "fileLocation": "absolute" |
| 253 | + "owner": "cpp", |
| 254 | + "source": "gcc", |
| 255 | + "fileLocation": "absolute", |
| 256 | + "pattern": { |
| 257 | + "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", |
| 258 | + "file": 1, |
| 259 | + "line": 2, |
| 260 | + "column": 3, |
| 261 | + "severity": 4, |
| 262 | + "message": 5 |
| 263 | + } |
209 | 264 | }, |
210 | 265 | "group": "build" |
211 | 266 | }, |
|
0 commit comments