File tree Expand file tree Collapse file tree 1 file changed +22
-7
lines changed Expand file tree Collapse file tree 1 file changed +22
-7
lines changed Original file line number Diff line number Diff line change 21
21
"command" : " swift" ,
22
22
"args" : [
23
23
" build" ,
24
- " -c" , " debug"
24
+ " -c" , " debug" ,
25
25
],
26
26
"group" : {
27
27
"kind" : " build" ,
31
31
"options" : {
32
32
"shell" : {
33
33
"executable" : " C:\\ WINDOWS\\ System32\\ cmd.exe" ,
34
- "args" : [" /d" , " /c" ]
34
+ "args" : [
35
+ " /d" ,
36
+ " /c" ,
37
+ ]
35
38
}
36
39
}
37
40
}
38
41
},
39
42
{
40
43
"label" : " Build (Release)" ,
44
+ "type" : " shell" ,
41
45
"command" : " swift" ,
42
46
"args" : [
43
47
" build" ,
44
- " -c" , " release"
48
+ " -c" , " release" ,
45
49
],
46
50
"group" : " build" ,
47
51
"windows" : {
48
52
"options" : {
49
53
"shell" : {
50
54
"executable" : " C:\\ WINDOWS\\ System32\\ cmd.exe" ,
51
- "args" : [" /d" , " /c" ]
55
+ "args" : [
56
+ " /d" ,
57
+ " /c" ,
58
+ ]
52
59
}
53
60
}
54
61
}
55
62
},
56
63
{
57
64
"label" : " Test (Debug)" ,
65
+ "type" : " shell" ,
58
66
"command" : " swift" ,
59
67
"args" : [
60
68
" test" ,
69
77
"options" : {
70
78
"shell" : {
71
79
"executable" : " C:\\ WINDOWS\\ System32\\ cmd.exe" ,
72
- "args" : [" /d" , " /c" ]
80
+ "args" : [
81
+ " /d" ,
82
+ " /c" ,
83
+ ]
73
84
}
74
85
}
75
- }
86
+ },
76
87
},
77
88
{
78
89
"label" : " Test (Release)" ,
79
90
"command" : " swift" ,
91
+ "type" : " shell" ,
80
92
"args" : [
81
93
" test" ,
82
94
" -c" , " release" ,
87
99
"options" : {
88
100
"shell" : {
89
101
"executable" : " C:\\ WINDOWS\\ System32\\ cmd.exe" ,
90
- "args" : [" /d" , " /c" ]
102
+ "args" : [
103
+ " /d" ,
104
+ " /c" ,
105
+ ]
91
106
}
92
107
}
93
108
}
You can’t perform that action at this time.
0 commit comments