File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 6
6
"type" : " PowerShell" ,
7
7
"request" : " launch" ,
8
8
"program" : " ${file}" ,
9
+ "args" : [],
9
10
"cwd" : " ${file}"
10
11
}
11
12
]
Original file line number Diff line number Diff line change 127
127
"type" : " string" ,
128
128
"description" : " Absolute path to the PowerShell script to launch under the debugger."
129
129
},
130
+ "args" : {
131
+ "type" : " array" ,
132
+ "description" : " Command line arguments to pass to the PowerShell script." ,
133
+ "items" : {
134
+ "type" : " string"
135
+ },
136
+ "default" : []
137
+ },
130
138
"cwd" : {
131
139
"type" : " string" ,
132
140
"description" : " Absolute path to the working directory. Default is the current workspace." ,
141
149
"type" : " PowerShell" ,
142
150
"request" : " launch" ,
143
151
"program" : " ${file}" ,
152
+ "args" : [],
144
153
"cwd" : " ${file}"
145
154
}
146
155
]
166
175
"type" : " string" ,
167
176
"description" : " Absolute path to the PowerShell script to launch under the debugger."
168
177
},
178
+ "args" : {
179
+ "type" : " array" ,
180
+ "description" : " Command line arguments to pass to the PowerShell script." ,
181
+ "items" : {
182
+ "type" : " string"
183
+ },
184
+ "default" : []
185
+ },
169
186
"cwd" : {
170
187
"type" : " string" ,
171
188
"description" : " Absolute path to the working directory. Default is the current workspace." ,
180
197
"type" : " PowerShell x86" ,
181
198
"request" : " launch" ,
182
199
"program" : " ${file}" ,
200
+ "args" : [],
183
201
"cwd" : " ${file}"
184
202
}
185
203
]
You can’t perform that action at this time.
0 commit comments