Skip to content

Get-Credential on OSX Integrated Console displays password #542

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
drewjanderson opened this issue Mar 15, 2017 · 3 comments
Closed

Get-Credential on OSX Integrated Console displays password #542

drewjanderson opened this issue Mar 15, 2017 · 3 comments
Labels
Issue-Bug A bug to squash.
Milestone

Comments

@drewjanderson
Copy link

System Details

  • Operating system name and version: OSX 10.12.3
  • VS Code version: Version 1.10.2 (1.10.2)
  • PowerShell extension version: 0.10.0
  • Output from $PSVersionTable:

UserName Password


Name Value


PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.14
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Issue Description

I am experiencing a problem with Get-Credential password entry showing password
screen shot 2017-03-14 at 9 27 31 pm

Attached Logs

Follow the instructions in the README
about capturing and sending logs.

@drewjanderson
Copy link
Author

Updated PS on OSX and it had the same issue: v6.0.0-alpha.17

@daviwil
Copy link
Contributor

daviwil commented Mar 15, 2017

Thanks! There are weird issues with characters echoing when they shouldn't on Linux and macOS. I think I have a general fix for this, will try to get it out this week.

@daviwil daviwil added this to the 0.10.1 milestone Mar 15, 2017
@daviwil daviwil added the Issue-Bug A bug to squash. label Mar 15, 2017
@daviwil daviwil modified the milestones: 0.10.1, 0.10.2 Mar 16, 2017
daviwil added a commit to daviwil/PowerShellEditorServices that referenced this issue Mar 21, 2017
…nux issues

This change uses a new strategy for providing a quasi-async
Console.ReadKey implementation so that key handling works better on Linux
and macOS.  This should eliminate issues where keys and escape sequences
were being echoed incorrectly.  It should also eliminate the issue where
the backspace key is unusable on these platforms.

Resolves PowerShell/vscode-powershell#533.
Resolves PowerShell/vscode-powershell#542.
daviwil added a commit to daviwil/PowerShellEditorServices that referenced this issue Mar 21, 2017
…nux issues

This change uses a new strategy for providing a quasi-async
Console.ReadKey implementation so that key handling works better on Linux
and macOS.  This should eliminate issues where keys and escape sequences
were being echoed incorrectly.  It should also eliminate the issue where
the backspace key is unusable on these platforms.

Resolves PowerShell/vscode-powershell#533.
Resolves PowerShell/vscode-powershell#542.
@daviwil
Copy link
Contributor

daviwil commented Mar 21, 2017

I've got a fix for this now, shipping an update tomorrow.

daviwil added a commit to daviwil/PowerShellEditorServices that referenced this issue Mar 22, 2017
…nux issues

This change uses a new strategy for providing a quasi-async
Console.ReadKey implementation so that key handling works better on Linux
and macOS.  This should eliminate issues where keys and escape sequences
were being echoed incorrectly.  It should also eliminate the issue where
the backspace key is unusable on these platforms.

Resolves PowerShell/vscode-powershell#533.
Resolves PowerShell/vscode-powershell#542.
daviwil added a commit to daviwil/PowerShellEditorServices that referenced this issue Mar 22, 2017
…nux issues

This change uses a new strategy for providing a quasi-async
Console.ReadKey implementation so that key handling works better on Linux
and macOS.  This should eliminate issues where keys and escape sequences
were being echoed incorrectly.  It should also eliminate the issue where
the backspace key is unusable on these platforms.

Resolves PowerShell/vscode-powershell#533.
Resolves PowerShell/vscode-powershell#542.
@daviwil daviwil modified the milestones: 0.10.2, 0.11.0 Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug A bug to squash.
Projects
None yet
Development

No branches or pull requests

2 participants