|
307 | 307 | ],
|
308 | 308 | "debuggers": [
|
309 | 309 | {
|
310 |
| - "type": "powershell", |
| 310 | + "type": "PowerShell", |
311 | 311 | "label": "PowerShell",
|
312 | 312 | "enableBreakpointsFor": {
|
313 | 313 | "languageIds": [
|
|
329 | 329 | "description": "Launch current file (in active editor window) under debugger",
|
330 | 330 | "body": {
|
331 | 331 | "name": "PowerShell Launch Current File",
|
332 |
| - "type": "powershell", |
| 332 | + "type": "PowerShell", |
333 | 333 | "request": "launch",
|
334 | 334 | "script": "^\"\\${file}\"",
|
335 | 335 | "args": [],
|
|
341 | 341 | "description": "Launch current file (in active editor window) under debugger in a temporary Integrated Console.",
|
342 | 342 | "body": {
|
343 | 343 | "name": "PowerShell Launch Current File in Temporary Console",
|
344 |
| - "type": "powershell", |
| 344 | + "type": "PowerShell", |
345 | 345 | "request": "launch",
|
346 | 346 | "script": "^\"\\${file}\"",
|
347 | 347 | "args": [],
|
|
354 | 354 | "description": "Launch current file (in active editor window) under debugger, prompting first for script arguments",
|
355 | 355 | "body": {
|
356 | 356 | "name": "PowerShell Launch Current File w/Args Prompt",
|
357 |
| - "type": "powershell", |
| 357 | + "type": "PowerShell", |
358 | 358 | "request": "launch",
|
359 | 359 | "script": "^\"\\${file}\"",
|
360 | 360 | "args": [
|
|
368 | 368 | "description": "Launch specified script or path to script under debugger",
|
369 | 369 | "body": {
|
370 | 370 | "name": "PowerShell Launch ${Script}",
|
371 |
| - "type": "powershell", |
| 371 | + "type": "PowerShell", |
372 | 372 | "request": "launch",
|
373 | 373 | "script": "^\"\\${workspaceFolder}/${Script}\"",
|
374 | 374 | "args": [],
|
|
380 | 380 | "description": "Invokes Pester tests under debugger",
|
381 | 381 | "body": {
|
382 | 382 | "name": "PowerShell Pester Tests",
|
383 |
| - "type": "powershell", |
| 383 | + "type": "PowerShell", |
384 | 384 | "request": "launch",
|
385 | 385 | "script": "Invoke-Pester",
|
386 | 386 | "args": [],
|
|
392 | 392 | "description": "Open host process picker to select process to attach debugger to",
|
393 | 393 | "body": {
|
394 | 394 | "name": "PowerShell Attach to Host Process",
|
395 |
| - "type": "powershell", |
| 395 | + "type": "PowerShell", |
396 | 396 | "request": "attach",
|
397 | 397 | "processId": "^\"\\${command:PickPSHostProcess}\"",
|
398 | 398 | "runspaceId": 1
|
|
403 | 403 | "description": "Start interactive session (Debug Console) under debugger",
|
404 | 404 | "body": {
|
405 | 405 | "name": "PowerShell Interactive Session",
|
406 |
| - "type": "powershell", |
| 406 | + "type": "PowerShell", |
407 | 407 | "request": "launch",
|
408 | 408 | "cwd": ""
|
409 | 409 | }
|
|
0 commit comments