-
Notifications
You must be signed in to change notification settings - Fork 513
"PowerShell Launch Current File w/Args Prompt" does not work when VS Live Share extension is enabled #1332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe this is a duplicate of #1315 which has been fixed in daily builds but hasn't been released yet. Hopefully, in the next few weeks we will publish an update with this fix. |
@rkeithhill Thanks for review. No, I think this issue is not a duplicate of #1315. This problem is that the input box for entering the command line does not open. In #1315, although the input box is displayed, it can not be executed even if you enter the command line. |
@aetos382 if you don't mind, can you try one of the CI builds here to see if it fixes your issue or not: to install the vsix, open the command pallet in VSCode (ctrl+shift+p) and type "vsix" - you'll see the option. |
@tylerl0706 Thanks. I tried with 1.7.0-insiders-549, this problem does not occur. |
Fantastic! That will be in the next release :) |
Hello everyone, I just tried with the latest build 1.7.0-insiders-643 from the link you provided @tylerl0706 . This didn't work and so I also tried with the one @aetos382 reported working, 1.7.0-insiders-549. Both of those have the same problem @aetos382 describes, if VS Live Share is enabled. At least "on my machine"... Could someone take another look at this? Windows 10 Pro 1803 (17134) I can provide more system information and/or open another issue if that helps. |
I was just using launch w/args last night on my dev instance - which has LiveShare installed (and enabled). Or are you actively using LiveShare? |
This is some weird behavior then. I don't have a clue right now what might be causing it on my end. I'm not sharing something with LiveShare while trying to launch, either. It's not killing my workflow right now and I don't really have time to dig deeper into this in the next few days. Just wanted to let you guys know that there might still be something off. Of course, if someone wants to investigate I'll be happy to help and provide more info. |
@asdorius Do you still have this problem? I was seeing on one machine at work with Live Share installed but now I don't see it anymore. Not sure if maybe a LiveShare extension update fixed it or updating to the latest VSCode. |
Uh oh!
There was an error while loading. Please reload this page.
System Details
$PSVersionTable
: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.
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
The text was updated successfully, but these errors were encountered: