Skip to content

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

Closed
kborowinski opened this issue Sep 6, 2017 · 4 comments
Closed

Comments

@kborowinski
Copy link

System Details

  • Operating system name and version: Windows 10.0.16353.1000 x64
  • VS Code version: 1.15.1
  • PowerShell extension version: 1.4.2
  • Output from $PSVersionTable:
Name                           Value
----                           -----
PSVersion                      5.1.16353.1000
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.16353.1000
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Issue Description

Reopening issue #942 - the command prompt still does not appear when stating an interactive debugging session

@kborowinski
Copy link
Author

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.

@daviwil
Copy link
Contributor

daviwil commented Sep 6, 2017

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.

@daviwil daviwil closed this as completed Sep 6, 2017
@dee3sync
Copy link

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?

@kborowinski
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants