Skip to content

Releases: PowerShell/PowerShellEditorServices

v2.0.0-preview.1

23 Jan 23:29
dafae03

Choose a tag to compare

v2.0.0-preview.1 Pre-release
Pre-release

v2.0.0-preview.1

Wednesday, January 23, 2019

Preview builds of PowerShell Editor Services are now available

What the first preview contains

The v2.0.0-preview.1 version of the extension is built on .NET Standard (enabling support for both Windows PowerShell and PowerShell Core from one assembly)

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.

To enable PSReadLine support in the Preview version on Windows, please add the following flag to your Start-EditorServices.ps1 call:

-FeatureFlags @('PSReadLine')

HUGE thanks to @SeeminglyScience for all his amazing work getting PSReadLine working in PowerShell Editor Services!

Breaking Changes

Due to the above changes, this version of the PowerShell Editor Services only works with Windows PowerShell 5.1 and PowerShell Core 6.

v1.11.0

23 Jan 18:08
79dbd37

Choose a tag to compare

v1.11.0

Wednesday, January 23, 2019

v1.10.2

20 Dec 16:30
49cb3a3

Choose a tag to compare

v1.10.2

Tuesday, December 18, 2018

v1.10.1

08 Dec 06:07

Choose a tag to compare

v1.10.1

Friday, December 7, 2018

PowerShellEditorServices

v1.10.0

05 Dec 16:39
bb65b2a

Choose a tag to compare

v1.10.0

Monday, December 3, 2018

v1.9.0

28 Sep 20:41
fa6a969

Choose a tag to compare

v1.9.0

Thursday, September 27, 2018

v1.8.4

20 Sep 19:28
90120b9

Choose a tag to compare

v1.8.4

Friday, August 31, 2018

v1.8.3

15 Aug 20:43
74ff1cb

Choose a tag to compare

v1.8.3

Wednesday, August 15, 2018

Fixes and Improvements

v1.8.2

27 Jul 16:53
bd400a8

Choose a tag to compare

v1.8.2

Thursday, July 26, 2018

Fixes and Improvements

v1.8.1

11 Jul 19:03
a023b4e

Choose a tag to compare

v1.8.1

Wednesday, July 11, 2018

Fixes and Improvements