File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2323 "name" : " PowerShell Interactive Session" ,
2424 "cwd" : " ${workspaceRoot}"
2525 },
26+ {
27+ "type" : " PowerShell" ,
28+ "request" : " launch" ,
29+ "name" : " PowerShell Pester Tests" ,
30+ "script" : " Invoke-Pester" ,
31+ "args" : [],
32+ "cwd" : " ${workspaceRoot}"
33+ },
2634 {
2735 "type" : " PowerShell" ,
2836 "request" : " attach" ,
Original file line number Diff line number Diff line change 197197 "cwd" : " ^\"\\ ${workspaceRoot}\" "
198198 }
199199 },
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+ },
200212 {
201213 "label" : " PowerShell: Attach to PowerShell Host Process" ,
202214 "description" : " Open host process picker to select process to attach debugger to" ,
You can’t perform that action at this time.
0 commit comments