Skip to content

"PowerShell Launch Current File w/Args Prompt" does not work when VS Live Share extension is enabled #1332

@aetos382

Description

@aetos382

System Details

  • Operating system name and version: Windows 10 Pro 1803 (17134.48)
  • VS Code version: 1.23.1
  • PowerShell extension version: 1.7.0
  • Output from $PSVersionTable:
Name Value
PSVersion 5.1.17134.48
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17134.48
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here:

code -v

1.23.1
d0182c3417d225529c6d5ad24b7572815d0de9ac
x64

$pseditor.EditorServicesVersion

Major  Minor  Build  Revision
-----  -----  -----  --------
1      7      0      0

code --list-extensions --show-versions

ms-vscode.PowerShell@1.7.0
ms-vsliveshare.vsliveshare@0.3.198

$PSVersionTable
same as above

Issue Description

Select the debug configuration "PowerShell Launch Current File w/Args Prompt" and press F5, the error ”command 'SpecifyScriptArgs' not found" may occur and the input box for entering command line is not displayed.

ss

If the VS Live Share extension is disabled, the input box for entering the command line opens normally.

Attached Logs

1526972616-e58721df-185c-44de-8ff1-48588130085c1526972613084.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions