File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
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 70
70
"key" : " ctrl+K ctrl+f" ,
71
71
"when" : " editorTextFocus && editorLangId == 'powershell'"
72
72
}
73
-
74
73
],
75
74
"commands" : [
76
75
{
127
126
"type" : " string" ,
128
127
"description" : " Absolute path to the PowerShell script to launch under the debugger."
129
128
},
129
+ "args" : {
130
+ "type" : " array" ,
131
+ "description" : " Command line arguments to pass to the PowerShell script." ,
132
+ "items" : {
133
+ "type" : " string"
134
+ },
135
+ "default" : []
136
+ },
130
137
"cwd" : {
131
138
"type" : " string" ,
132
139
"description" : " Absolute path to the working directory. Default is the current workspace." ,
141
148
"type" : " PowerShell" ,
142
149
"request" : " launch" ,
143
150
"program" : " ${file}" ,
151
+ "args" : [],
144
152
"cwd" : " ${file}"
145
153
}
146
154
]
166
174
"type" : " string" ,
167
175
"description" : " Absolute path to the PowerShell script to launch under the debugger."
168
176
},
177
+ "args" : {
178
+ "type" : " array" ,
179
+ "description" : " Command line arguments to pass to the PowerShell script." ,
180
+ "items" : {
181
+ "type" : " string"
182
+ },
183
+ "default" : []
184
+ },
169
185
"cwd" : {
170
186
"type" : " string" ,
171
187
"description" : " Absolute path to the working directory. Default is the current workspace." ,
180
196
"type" : " PowerShell x86" ,
181
197
"request" : " launch" ,
182
198
"program" : " ${file}" ,
199
+ "args" : [],
183
200
"cwd" : " ${file}"
184
201
}
185
202
]
You can’t perform that action at this time.
0 commit comments