File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 453
453
"initialConfigurations" : [
454
454
{
455
455
"name" : " PowerShell Launch Current File" ,
456
- "type" : " powershell " ,
456
+ "type" : " PowerShell " ,
457
457
"request" : " launch" ,
458
458
"script" : " ${file}" ,
459
459
"args" : [],
460
460
"cwd" : " ${file}"
461
461
},
462
462
{
463
463
"name" : " PowerShell Launch Current File in Temporary Console" ,
464
- "type" : " powershell " ,
464
+ "type" : " PowerShell " ,
465
465
"request" : " launch" ,
466
466
"script" : " ${file}" ,
467
467
"args" : [],
470
470
},
471
471
{
472
472
"name" : " PowerShell Launch Current File w/Args Prompt" ,
473
- "type" : " powershell " ,
473
+ "type" : " PowerShell " ,
474
474
"request" : " launch" ,
475
475
"script" : " ${file}" ,
476
476
"args" : [
480
480
},
481
481
{
482
482
"name" : " PowerShell Attach to Host Process" ,
483
- "type" : " powershell " ,
483
+ "type" : " PowerShell " ,
484
484
"request" : " attach" ,
485
485
"processId" : " ${command:PickPSHostProcess}" ,
486
486
"runspaceId" : 1
487
487
},
488
488
{
489
489
"name" : " PowerShell Interactive Session" ,
490
- "type" : " powershell " ,
490
+ "type" : " PowerShell " ,
491
491
"request" : " launch" ,
492
492
"cwd" : " "
493
493
}
You can’t perform that action at this time.
0 commit comments