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 458
458
"initialConfigurations" : [
459
459
{
460
460
"name" : " PowerShell Launch Current File" ,
461
- "type" : " powershell " ,
461
+ "type" : " PowerShell " ,
462
462
"request" : " launch" ,
463
463
"script" : " ${file}" ,
464
464
"args" : [],
465
465
"cwd" : " ${file}"
466
466
},
467
467
{
468
468
"name" : " PowerShell Launch Current File in Temporary Console" ,
469
- "type" : " powershell " ,
469
+ "type" : " PowerShell " ,
470
470
"request" : " launch" ,
471
471
"script" : " ${file}" ,
472
472
"args" : [],
475
475
},
476
476
{
477
477
"name" : " PowerShell Launch Current File w/Args Prompt" ,
478
- "type" : " powershell " ,
478
+ "type" : " PowerShell " ,
479
479
"request" : " launch" ,
480
480
"script" : " ${file}" ,
481
481
"args" : [
485
485
},
486
486
{
487
487
"name" : " PowerShell Attach to Host Process" ,
488
- "type" : " powershell " ,
488
+ "type" : " PowerShell " ,
489
489
"request" : " attach" ,
490
490
"processId" : " ${command:PickPSHostProcess}" ,
491
491
"runspaceId" : 1
492
492
},
493
493
{
494
494
"name" : " PowerShell Interactive Session" ,
495
- "type" : " powershell " ,
495
+ "type" : " PowerShell " ,
496
496
"request" : " launch" ,
497
497
"cwd" : " "
498
498
}
You can’t perform that action at this time.
0 commit comments