We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f3202 commit 8b76f8cCopy full SHA for 8b76f8c
.vscode/tasks.json
@@ -23,9 +23,7 @@
23
"clear": true,
24
"showReuseMessage": false
25
},
26
- "problemMatcher": [
27
- "$gcc"
28
- ],
+ "problemMatcher": "$gcc",
29
"group": "build"
30
31
{
@@ -48,9 +46,7 @@
48
46
49
47
50
51
52
53
54
55
56
@@ -67,13 +63,7 @@
67
63
68
64
69
65
70
- "problemMatcher": {
71
- "base": "$gcc",
72
- "fileLocation": [
73
- "relative",
74
- "${workspaceFolder}/${config:c_project.dir}"
75
- ]
76
- },
66
77
78
79
0 commit comments