Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,20 @@
"cwd": "^\"\\${cwd}\""
}
},
{
"label": "PowerShell: Launch Current File w/Args Prompt",
"description": "Launch and debug the current file, prompting for command-line arguments",
Comment on lines +548 to +550
"body": {
"name": "PowerShell Launch Current File w/Args Prompt",
"type": "PowerShell",
"request": "launch",
"script": "^\"\\${file}\"",
"args": [
"\\${command:SpecifyScriptArgs}"
],
"cwd": "^\"\\${cwd}\""
}
},
{
"label": "PowerShell: Launch Script",
"description": "Launch and debug the specified file or command",
Expand Down
Loading