Skip to content

PowerShell Integration Console is not returning a prompt #967

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
johlju opened this issue Jul 22, 2017 · 3 comments
Closed

PowerShell Integration Console is not returning a prompt #967

johlju opened this issue Jul 22, 2017 · 3 comments

Comments

@johlju
Copy link

johlju commented Jul 22, 2017

System Details

  • Operating system name and version: Windows 10 Pro Insider Preview (build 16232_rs_prerelease.170624-1334)
  • VS Code version: 1.14.2
  • PowerShell extension version: 1.4.1
  • Output from $PSVersionTable: See below
PS> code -v
1.14.2
cb82febafda0c8c199b9201ad274e25d9a76874e
PS> $pseditor.EditorServicesVersion # Unable to run this.
PS> code --list-extensions --show-versions
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
PS> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.16232.1000
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.16232.1000
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Issue Description

PowerShell Integration Console is not giving me a prompt. But I can debug. This started a while back. Not sure when exactly. Haven't had the need for the prompt (until today), so have waited it out if this would be solved.

This does work on a Windows Server 2016 with the same version of everything (VS Code, and all the extensions). So guessing something is wrong with my installation or vscode-powershell has some issues with the current Windows build? Anyone else having issues?

powershellintegrationconsolenotstarting

Attached Logs

logs.zip

@nromyn
Copy link

nromyn commented Jul 26, 2017

I'm seeing this too. I think, but I'm not positive, that this came with the latest version of code.

i can run ping, and tracert, but can't see the input, only the output. $pwd doesn't do anything.

PS >code -v
1.14.2
cb82febafda0c8c199b9201ad274e25d9a76874e
PS > $pseditor.EditorServicesVersion
PS > code --list-extensions --show-versions
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
PS > $PSVersionTable

Name Value


PSVersion 5.1.16232.1000
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.16232.1000
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

@daviwil
Copy link
Contributor

daviwil commented Jul 27, 2017 via email

@johlju
Copy link
Author

johlju commented Jul 28, 2017

@daviwil Installed the latest fast ring. Now it works again. Thanks! 😄

@johlju johlju closed this as completed Jul 28, 2017
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