File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 66 "type" : " PowerShell" ,
77 "request" : " launch" ,
88 "program" : " ${file}" ,
9+ "args" : [],
910 "cwd" : " ${file}"
1011 }
1112 ]
Original file line number Diff line number Diff line change 7070 "key" : " ctrl+K ctrl+f" ,
7171 "when" : " editorTextFocus && editorLangId == 'powershell'"
7272 }
73-
7473 ],
7574 "commands" : [
7675 {
127126 "type" : " string" ,
128127 "description" : " Absolute path to the PowerShell script to launch under the debugger."
129128 },
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+ },
130137 "cwd" : {
131138 "type" : " string" ,
132139 "description" : " Absolute path to the working directory. Default is the current workspace." ,
141148 "type" : " PowerShell" ,
142149 "request" : " launch" ,
143150 "program" : " ${file}" ,
151+ "args" : [],
144152 "cwd" : " ${file}"
145153 }
146154 ]
166174 "type" : " string" ,
167175 "description" : " Absolute path to the PowerShell script to launch under the debugger."
168176 },
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+ },
169185 "cwd" : {
170186 "type" : " string" ,
171187 "description" : " Absolute path to the working directory. Default is the current workspace." ,
180196 "type" : " PowerShell x86" ,
181197 "request" : " launch" ,
182198 "program" : " ${file}" ,
199+ "args" : [],
183200 "cwd" : " ${file}"
184201 }
185202 ]
You can’t perform that action at this time.
0 commit comments