File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change 23
23
"clear" : true ,
24
24
"showReuseMessage" : false
25
25
},
26
- "problemMatcher" : " $gcc" ,
26
+ "problemMatcher" : {
27
+ "base" : " $gcc" ,
28
+ // without explicitly setting a relative fileLocation the errors on the __problems pane__ are not clickable
29
+ "fileLocation" : [
30
+ " relative" ,
31
+ " ${fileDirname}"
32
+ ]
33
+ },
27
34
"group" : " build"
28
35
},
29
36
{
46
53
"clear" : true ,
47
54
"showReuseMessage" : false
48
55
},
49
- "problemMatcher" : " $gcc" ,
56
+ "problemMatcher" : {
57
+ "base" : " $gcc" ,
58
+ // without explicitly setting a relative fileLocation the errors on the __problems pane__ are not clickable
59
+ "fileLocation" : [
60
+ " relative" ,
61
+ " ${fileDirname}"
62
+ ]
63
+ },
50
64
"group" : " build"
51
65
},
52
66
{
63
77
"clear" : true ,
64
78
"showReuseMessage" : false
65
79
},
66
- "problemMatcher" : " $gcc" ,
80
+ "problemMatcher" : {
81
+ "base" : " $gcc" ,
82
+ // without explicitly setting a relative fileLocation the errors on the __problems pane__ are not clickable
83
+ "fileLocation" : [
84
+ " relative" ,
85
+ " ${workspaceFolder}/${config:c_project.dir}"
86
+ ]
87
+ },
67
88
"group" : " build"
68
89
},
69
90
You can’t perform that action at this time.
0 commit comments