Skip to content

Releases: PowerShell/vscode-powershell

v1.12.0

29 Mar 17:39
5a16fe0
Compare
Choose a tag to compare

Friday, March 29, 2019

Highlights

  • Support for PSScriptAnalyzer 1.18 📝
  • The ability to debug any runspace in any process 🔎
  • Enable attach to process on Linux and macOS 🔎

There are a lot more goodies in this version. Checkout the changelog below!

vscode-powershell

PowerShellEditorServices

v2.0.0-preview.1

23 Jan 23:29
Compare
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 the PowerShell extension are now available in VSCode

We are excited to announce the PowerShell Preview extension in the VSCode marketplace!
The PowerShell Preview extension allows users on Windows PowerShell 5.1 and PowerShell Core 6 to get and test the latest updates
to the PowerShell extension and comes with some exciting features.

The PowerShell Preview extension is a substitute for the PowerShell extension so
both the PowerShell extension and the PowerShell Preview extension should not be enabled at the same time.

By having a preview channel, in addition to our existing stable channel, we can get new features out faster and get feedback faster from you, the users.

How to Get/Use the PowerShell Preview extension

If you dont already have VSCode, start here.

Once you have VSCode open, click Clt+Shift+X to open the extensions marketplace.
Next, type PowerShell Preview in the search bar.
Click Install on the PowerShell Preview page.
Finally, click Reload in order to refresh VSCode.

If you already have the PowerShell extension, please disable it to use the Powershell Preview extension.
To disable the PowerShell extension, find it in the Extensions sidebar view, specifically under the list of Enabled extensions,
Right-click on the PowerShell extension and select Disable.
Please note that it is important to only have either the PowerShell extension or the PowerShell Preview extension enabled at one time.
How to Disable

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 to your user settings:

"powershell.developer.featureFlags": [ "PSReadLine" ]

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

Breaking Changes

As stated above, this version of the PowerShell extension only works with Windows PowerShell versions 5.1 and PowerShell Core 6.

vscode-powershell

PowerShellEditorServices

v1.11.0

23 Jan 18:11
f8a693e
Compare
Choose a tag to compare

v1.11.0

Wednesday, January 23, 2019

vscode-powershell

PowerShellEditorServices

v1.10.2

20 Dec 16:30
Compare
Choose a tag to compare

v1.10.2

Tuesday, December 18, 2018

vscode-PowerShell

PowerShellEditorServices

v1.10.1

08 Dec 06:04
Compare
Choose a tag to compare

v1.10.1

Friday, December 7, 2018

PowerShellEditorServices

v1.10.0

05 Dec 16:36
d7b2096
Compare
Choose a tag to compare

v1.10.0

Monday, December 3, 2018

vscode-powershell

PowerShellEditorServices

v1.9.0

28 Sep 20:38
Compare
Choose a tag to compare

v1.9.0

Thursday, September 27, 2018

vscode-powershell

PowerShellEditorServices

v1.8.4

20 Sep 19:25
Compare
Choose a tag to compare

v1.8.4

Friday, August 31, 2018

vscode-powershell

PowerShellEditorServices

v1.8.3

15 Aug 20:46
9077066
Compare
Choose a tag to compare

v1.8.3

Wednesday, August 15, 2018

vscode-powershell

PowerShellEditorServices

v1.8.2

27 Jul 16:17
a555ba5
Compare
Choose a tag to compare

Thursday, July 26, 2018

vscode-powershell

PowerShellEditorServices