-
Notifications
You must be signed in to change notification settings - Fork 510
Missing prompt when launching temporary interactive debugging session #1026
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 know why. The PowerShellEditor services included with PowerShell extension 1.4.2 are the same as in 1.4.1, so the bug is still there. |
Hey Kris, sorry about that. 1.4.2 was a one-off client side only update to address some issues caused by the new 64-bit build of VS Code. The original bug that I closed is still fixed but I haven't shipped those changes yet. Was trying to get a "quick" update out to address 64-bit issues without pulling in unfinished work for 1.5. I'll close this since the issue is fixed but unreleased. Sorry for the trouble and confusion! I'll try to get the 1.5 update out in the next couple of weeks. |
Using vs code v.1.16 on x64, the powershell integrated terminal does not launch. Nothing appears in the logs even when verbose logging is set in the settings. To fix this issue, I had to downgrade to code v.1.15 x64 and the powershell extension worked fine. I see this issue was closed but still seems like a huge bug, is there another open ticket relating to this? |
@dee3sync - I think that your case is a different issue not related to bug with opening a temporary interactive debugging session so I guess you should report it. |
System Details
$PSVersionTable
:Issue Description
Reopening issue #942 - the command prompt still does not appear when stating an interactive debugging session
The text was updated successfully, but these errors were encountered: