Skip to content

Commit 8b76f8c

Browse files
committed
tasks.json: simplify problemMatcher
1 parent 20f3202 commit 8b76f8c

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
"clear": true,
2424
"showReuseMessage": false
2525
},
26-
"problemMatcher": [
27-
"$gcc"
28-
],
26+
"problemMatcher": "$gcc",
2927
"group": "build"
3028
},
3129
{
@@ -48,9 +46,7 @@
4846
"clear": true,
4947
"showReuseMessage": false
5048
},
51-
"problemMatcher": [
52-
"$gcc"
53-
],
49+
"problemMatcher": "$gcc",
5450
"group": "build"
5551
},
5652
{
@@ -67,13 +63,7 @@
6763
"clear": true,
6864
"showReuseMessage": false
6965
},
70-
"problemMatcher": {
71-
"base": "$gcc",
72-
"fileLocation": [
73-
"relative",
74-
"${workspaceFolder}/${config:c_project.dir}"
75-
]
76-
},
66+
"problemMatcher": "$gcc",
7767
"group": "build"
7868
},
7969

0 commit comments

Comments
 (0)