Closed
Description
Recent insider builds and the 1.23 version results in an error when launching a PowerShell file W/Args Prompt:
'${command:SpecifyScriptArgs}' can not be resolved because the command has no value.
This was first observed on April 26th with a new Insiders Build.
- VSCode Version: 1.23
- OS Version: Windows Server 2016/Windows 10
Steps to Reproduce:
- Use VS Code 1.23.0
- Use PowerShell Extension 1.7.0
- Use a launch.json with the following configuration:
{
"type": "PowerShell",
"request": "launch",
"name": "PowerShell Launch Current File w/Args Prompt",
"script": "${file}",
"args": [
"${command:SpecifyScriptArgs}"
],
"cwd": "${file}"
}, - Launch PowerShell script, CTRL + F5
- Enter input when prompted to "Press 'Enter' to confirm your input or 'Escape' to Cancel
Metadata
Metadata
Assignees
Labels
No labels