File tree 3 files changed +32
-4
lines changed
3 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 18
18
"problemMatcher" : [
19
19
" $gcc"
20
20
],
21
- "group" : {
22
- "kind" : " build" ,
23
- "isDefault" : true
24
- },
21
+ "group" : " build" ,
25
22
"detail" : " Task generated by Debugger."
26
23
},
27
24
{
63
60
],
64
61
"group" : " build" ,
65
62
"detail" : " Task generated by Debugger."
63
+ },
64
+ {
65
+ "type" : " cppbuild" ,
66
+ "label" : " C/C++: gcc.exe build active file" ,
67
+ "command" : " C:\\ MinGW\\ bin\\ gcc.exe" ,
68
+ "args" : [
69
+ " -fdiagnostics-color=always" ,
70
+ " -g" ,
71
+ " ${file}" ,
72
+ " -o" ,
73
+ " ${fileDirname}\\ ${fileBasenameNoExtension}.exe"
74
+ ],
75
+ "options" : {
76
+ "cwd" : " ${fileDirname}"
77
+ },
78
+ "problemMatcher" : [
79
+ " $gcc"
80
+ ],
81
+ "group" : {
82
+ "kind" : " build" ,
83
+ "isDefault" : true
84
+ },
85
+ "detail" : " Task generated by Debugger."
66
86
}
67
87
],
68
88
"version" : " 2.0.0"
Original file line number Diff line number Diff line change
1
+ {
2
+ "folders" : [
3
+ {
4
+ "path" : " ."
5
+ }
6
+ ],
7
+ "settings" : {}
8
+ }
You can’t perform that action at this time.
0 commit comments