rm problem matchers

This commit is contained in:
2025-01-13 00:12:17 +01:00
parent da0a63aa50
commit d3585ada15

9
.vscode/tasks.json vendored
View File

@@ -10,9 +10,6 @@
"options": { "options": {
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
}, },
"problemMatcher": [
"$gcc"
],
"group": { "group": {
"kind": "build", "kind": "build",
"isDefault": true "isDefault": true
@@ -29,9 +26,6 @@
"options": { "options": {
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
}, },
"problemMatcher": [
"$gcc"
],
"group": { "group": {
"kind": "build", "kind": "build",
"isDefault": false "isDefault": false
@@ -48,9 +42,6 @@
"options": { "options": {
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
}, },
"problemMatcher": [
"$gcc"
],
"group": { "group": {
"kind": "build", "kind": "build",
"isDefault": false "isDefault": false