-
Notifications
You must be signed in to change notification settings - Fork 235
[Ignore] Prep for 2.0.0-preview.1 release #861
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
[Ignore] Prep for 2.0.0-preview.1 release #861
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CHANGELOG.md
Outdated
|
||
It also contains PSReadLine support in the integrated console for Windows behind a feature flag. PSReadLine provides a consistent and rich interactive experience, including syntax coloring and multi-line editing and history, in the PowerShell console, in Cloud Shell, and now in VSCode terminal. For more information on the benefits of PSReadLine, check out their [documentation](https://docs.microsoft.com/en-us/powershell/module/psreadline/about/about_psreadline?view=powershell-6). | ||
|
||
To enable PSReadLine support in the Preview version on Windows, please add the following to your user settings: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bit is quite VSCode specific. May be worth saying -FeatureFlags @('PSReadLine')
instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch - added.
CHANGELOG.md
Outdated
|
||
#### Breaking Changes | ||
|
||
Due to the above changes, this version of the PowerShell Editor Services only works with PowerShell versions 5.1 and higher. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be explicit about 6.1+ support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated 👍
This PR is mostly for documentation purposes. After this, I'll change the version back to just
2.0.0
.Note that this PR doesn't have the following changes:
related PR: PowerShell/vscode-powershell#1716