File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 23
23
"name" : " PowerShell Interactive Session" ,
24
24
"cwd" : " ${workspaceRoot}"
25
25
},
26
+ {
27
+ "type" : " PowerShell" ,
28
+ "request" : " launch" ,
29
+ "name" : " PowerShell Pester Tests" ,
30
+ "script" : " Invoke-Pester" ,
31
+ "args" : [],
32
+ "cwd" : " ${workspaceRoot}"
33
+ },
26
34
{
27
35
"type" : " PowerShell" ,
28
36
"request" : " attach" ,
Original file line number Diff line number Diff line change 197
197
"cwd" : " ^\"\\ ${workspaceRoot}\" "
198
198
}
199
199
},
200
+ {
201
+ "label" : " PowerShell: Pester Tests" ,
202
+ "description" : " Invokes Pester tests under debugger" ,
203
+ "body" : {
204
+ "type" : " PowerShell" ,
205
+ "request" : " launch" ,
206
+ "name" : " PowerShell Pester Tests" ,
207
+ "script" : " Invoke-Pester" ,
208
+ "args" : [],
209
+ "cwd" : " ^\"\\ ${workspaceRoot}\" "
210
+ }
211
+ },
200
212
{
201
213
"label" : " PowerShell: Attach to PowerShell Host Process" ,
202
214
"description" : " Open host process picker to select process to attach debugger to" ,
You can’t perform that action at this time.
0 commit comments