-
Notifications
You must be signed in to change notification settings - Fork 511
#1777 - Issue was closed but not resolved. #1778
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
Even with the preview, I think you still have to enable the PSReadLine experimental feature with the setting:
|
That worked!! Thanks again!
Thanks,
Chad Thomsen
…On Mon, Mar 4, 2019 at 9:07 PM Keith Hill ***@***.***> wrote:
Even with the preview, I think you still have to enable the PSReadLine
experimental feature with the setting:
"powershell.developer.featureFlags": [ "PSReadLine" ]
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1778 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOQvo854EQ88bfso0pZLqKhKGdJw_tJWks5vTdF6gaJpZM4bdlPb>
.
|
Looks like we need some better documentation here. I know we insert a snippet into the README, but we need to write up some stuff into the repo README I think. I know @TylerLeonhardt's written a blog post somewhere |
We mention the steps in this blog post: https://devblogs.microsoft.com/powershell/announcing-the-powershell-preview-extension-in-vscode/ but yes-there is definitely room for improvement in documenting this |
We might be able to have this feature flag enabled by default for only Windows |
#1777 - Is not resolved. See comments below.
I loaded the powershell-preview and the integrated console for powershell does NOT have the coloring that is found with PSReadLine. When Powershell loads, it does load another console session of powershell, and that does have the PSReadline coloring. Not sure why it launches two terminals either. Is there a setting I can disable the one that is not the "integrated one" assuming we can get the coloring working for the "integrated one"? Keep up the great work! Thanks!
The text was updated successfully, but these errors were encountered: