Skip to content
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

PowerShell console colors behave like the stand alone powershell console in Windows 10. #1777

Closed
ChadThomsen opened this issue Mar 4, 2019 · 1 comment

Comments

@ChadThomsen
Copy link

Summary of the new feature

Since I upgraded from Windows 7 to Windows 10 on my company laptop I noticed the colors of the standalone PowerShell console change as you type stuff in depending on what you are typing which is a nice feature. PowerShell Integrated Console is in all plain white, and the only color is red if my script runs and throws an error. I reviewed the PSreadline stuff and that does not seem to apply here, but I could be using wrong? I am currently using "Dark+ (default dark)" theme.

Proposed technical implementation details (optional)

A clear and concise description of what you want to happen.

@rjmholt
Copy link
Contributor

rjmholt commented Mar 4, 2019

The highlighting is indeed provided by https://github.com/lzybkr/PSReadLine.

That's tracked by #535.

PSReadLine functionality is currently available in the extension by installing the preview version, available as a separate VSCode extension called powershell-preview. If you find that in the marketplace, it should have all the instructions in the README.

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

2 participants