-
Notifications
You must be signed in to change notification settings - Fork 511
Preview 3 a.k.a. 2.0.2 ships with PSReadLine 2.0.0 beta3, should be beta4 #1876
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
@sba923 there is no official release of beta4 yet. Me sending you that build was for testing purposes. When a true release of beta4 comes out, it will be bundled with the extension. |
Sorry, I hadn't noticed that 'beta4' was a "leaked on the side" ;-) version. Given the remaining issues on 'beta4', there's quite some remaining work on PSRL anyway if you ask me. |
@TylerLeonhardt Seems an official release of beta4 is being created... how are we going to get it to test with the VScode extension? As part of a new (official) preview of the extension? Maybe would be wise to ask a few people to test it before that? |
A release happening next week will have beta4 in it already. The Preview extention is our opportunity to "test in production" so we don't need another process for shipping builds |
Great! I must confess I'm a little confused about the relationship between preview releases of the VScode extension and beta releases of PSRL. The latter ought to be made available separately from the VScode extension 'cos PSRL is used in normal PS hosts as well... |
The PSRL addition in to the PowerShell extension is not quite stable enough to make its way into the Stable version of the extension. That's why it's currently in Preview. It's been a substantial amount of work just to get it functional and even then, it's only functional on Windows as of right now. Once we stablize the PSRL change, it will go into the Stable version of the extension and it will be the norm of the PowerShell extension. |
Oh hmm you might be able to run: Install-Module PSReadLine -AllowPrerelease And the PowerShell extension should pick that new version up |
Here's what this gets me:
Where should I go from there? |
My questioning was more about why there's (apparently) no stream of PSRL test releases outside of the consumption of PSRL by the VScode extension. But that's probably a topic I should address at lzybkr/PSReadline, not here ;-) |
That's now at PowerShell/PSReadLine. I think the official release stream is the PowerShell Gallery (beta4 release). It looks like in your case you want Install-Module PSReadLine -Repository PSGallery -AllowPrerelease |
Thanks @rjmholt for the I went for this, and then overwrote all copies of PSRL on my systems with the now-official beta4:
|
With beta3, we get #1570 back!
The text was updated successfully, but these errors were encountered: