Releases: PowerShell/vscode-powershell
v2021.8.0-preview
v2021.8.0-preview
Tuesday, August 03, 2021
vscode-powershell
- ✨ 📺 vscode-powershell #3422 - Update extension icon (and use a special preview icon).
- ✨ 👷 vscode-powershell #2286 - Pipeline-ify entire release process.
PowerShellEditorServices
- ✨ 🔍 PowerShellEditorServices #1533 - Enable and fix many .NET Code Analysis warnings.
- ✨ 👷 PowerShellEditorServices #1530 - Update release and CI pipelines.
- ✨ 👷 PowerShellEditorServices #1528 - Automate entire release process.
- ✨ 🛫 PowerShellEditorServices #1527 - Add stack trace to resolve event handler on debug.
- ✨ 🛫 PowerShellEditorServices #1523 - Initialize runspaces with
InitialSessionState
object.
v2021.7.0-preview
v2021.7.0-preview
Thursday, July 15, 2021
vscode-powershell
- ✨ 👷 vscode-powershell #3458 - Automate more of the release.
- ✨ 👷 vscode-powershell #3439 - Fix
Package
task.
PowerShellEditorServices
- ✨ 🚨 PowerShellEditorServices #1522 - Run new PSReadLine test on Windows.
- ✨ 📖 PowerShellEditorServices #1519 - Update README.md. (Thanks @vladdoster!)
- ✨ 🙏 PowerShellEditorServices #1493 - Load only bundled
PSReadLine
. - 🐛 👷 PowerShellEditorServices #1513 - Import
InvokePesterStub.ps1
fromvscode-powershell
(with history). - 🐛 🛫 PowerShellEditorServices #1503 - Handle
incomingSettings
andprofileObject
being null. (Thanks @dkattan!)
v2021.6.2
v2021.6.2
Thursday, June 24, 2021
vscode-powershell
- 👷🐛 vscode-powershell #2536 - Release refinements.
PowerShellEditorServices
- 👷🐛 PowerShellEditorServices #1509 Fix signing of files in release.
v2021.6.1
v2021.6.1
Monday, June 21, 2021
vscode-powershell
- 📁✨ vscode-powershell #3334 - Explicitly disable extension for untrusted workspaces.
- 📺 vscode-powershell #3378 - Include
$
in PowerShell word separators. - #️⃣ 🙏 vscode-powershell #3390 - Change OS-architecture check to work with other locales. (Thanks @mat-ocl!)
PowerShellEditorServices
- 🐛 PowerShellEditorServices #1495 - Prevent some exceptions.
- #️⃣ 🙏 vscode-powershell #3395 - Work around
dotnet publish
bug.
v2021.6.1-preview
v2021.6.1-preview
Wednesday, June 16, 2021
vscode-powershell
- 📁✨ vscode-powershell #3334 - Explicitly disable extension for untrusted workspaces.
- 📺 vscode-powershell #3378 - Include
$
in PowerShell word separators. - #️⃣ 🙏 vscode-powershell #3390 - Change OS-architecture check to work with other locales. (Thanks @mat-ocl!)
PowerShellEditorServices
- 🐛 PowerShellEditorServices #1495 - Prevent some exceptions.
- #️⃣ 🙏 vscode-powershell #3395 - Work around
dotnet publish
bug.
v2021.5.1
v2021.5.1
Thursday, May 27, 2021
vscode-powershell
This stable release includes all the changes in the previews since v2021.2.2, plus the following:
- 🐛🔧 vscode-powershell #3221 - Disable semantic highlighting by default.
- 📖📺✨ vscode-powershell #1943 - Note that ISE theme is included in this extension.
- 🔧🔍🐛✨ vscode-powershell #3338 - Don't prompt to save untitled PowerShell files when debugging.
Since we have disabled semantic highlighting by default now, if you wish to re-enable it, use:
"[powershell]": {
"editor.semanticHighlighting.enabled": true
}
We now also remove -
and $
from the word separators by default for PowerShell files.
To add them back, use:
"[powershell]": {
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?"
}
PowerShellEditorServices
This stable release includes all the changes in the previews since v2.3.0, plus the following:
- ✨👷 PowerShellEditorServices #1491 - Bump OmniSharp to
v0.19.2
. - 🧠🐛 vscode-powershell #715 - Fix unintentional module import. (Thanks @MartinGC94!)
The most significant change is the update to OmniSharp v0.19.2, from the previous version v0.18.3, released in November 2020. OmniSharp is the underlying Language Server Protocol and Debug Adapter Protocol server library, and as such is our biggest dependency. This update brings us to the LSP 3.16 and DAP 1.48.x specifications, enabling us to start incorporating all the latest LSP changes, and it includes numerous bug fixes and enhancements resulting in a faster and more stable server and extension experience.
v2021.5.0-preview
v2021.5.0-preview
Friday, May 21, 2021
vscode-powershell
- 🔗✨ vscode-powershell #3359 - Exclude
-
and$
from PowerShellwordSeparators
. - 📺✨ vscode-powershell #3351 - Use PowerShell terminal icon (when available).
- 📖✨ vscode-powershell #3339 - Update Description to reflect that PowerShell is for more than scripting. (Thanks @potatoqualitee!)
- 📺🐛 vscode-powershell #3320 - Fix duplicated command registrations. (Thanks @MartinGC94!)
- 📖🐛 vscode-powershell #2896 - Remove "All Rights Reserved" from copyright notices.
PowerShellEditorServices
- 🛫🐛 vscode-powershell #3306 - Bump OmniSharp to
v0.19.2-beta0002
. - 💭✨ PowerShellEditorServices #1474 - Add more logging and internal documentation.
- 🚂✨ PowerShellEditorServices #1467 - Make code more explicit.
- 📖🐛 PowerShellEditorServices #1465 - Remove "All Rights Reserved" from copyright notices.
- 👷✨ PowerShellEditorServices #1463 - Enable CodeQL with
codeql-analysis.yml
.
v2021.4.2-preview
v2021.4.2-preview
Monday, April 26, 2021
vscode-powershell
- 👷✨ vscode-powershell #3268 - Add
Update-Version
toReleaseTools
module. - 👷🐛 vscode-powershell #3282 - Fix release build pipeline.
- 👷✨ vscode-powershell #3275 - Update vsce to 1.87.1.
- 👷✨ vscode-powershell #3274 - Run
npm audit fix
.
PowerShellEditorServices
- 🔍🐛 PowerShellEditorServices #1460 - Bump OmniSharp package to
0.19.2-beta0001
. - 👷🐛 PowerShellEditorServices #1455 - Fix version in module definition file.
v2021.4.1-preview
v2021.4.1-preview
Friday, April 02, 2021
vscode-powershell
- 👷🐛 vscode-powershell #3267 - Update download host of vscode. (Thanks @thosoo!)
- 👷✨ vscode-powershell #3195 - Create new
ReleaseTools
module. - 📺✨ vscode-powershell #3236 - Use title case and shorter notification text. (Thanks @Tyriar!)
- 🚨🐛 vscode-powershell #3208 - Fix hardcoded extension name string.
- 📖🐛 vscode-powershell #3049 - Update examples-module to use Pester 5. (Thanks @nickkimbrough!)
- 🐛 vscode-powershell #3209 - Remove the rest of the experimental Notebook API.
- 👷 vscode-powershell #3178 - Update powershell CHANGELOG for v2021.2.2.
PowerShellEditorServices
- 🧠✨ PowerShellEditorServices #1176 - Add '$' as trigger character for completion. (Thanks @MartinGC94!)
- 👷🚨✨ PowerShellEditorServices #1426 - Bump CI images and enable tests on Apple M1.
- ✨ PowerShellEditorServices #1424 - Update to use OmniSharp 0.19.0.
- #️⃣ 🙏 PowerShellEditorServices #1418 - Update CHANGELOG for v2.3.0.
- #️⃣ 🙏 vscode-powershell #3180 - Fix New-EditorFile failing when no Editor window open. (Thanks @corbob!)
v2021.2.2
v2021.2.2
Wednesday, February 24, 2021
vscode-PowerShell
- 📺 ✨ New semantic highlighting. (Thanks @justinytchen!)
- 🐢 ✨ Added Pester v5 support to problem matcher. (Thanks @fflaten!)
- ✨ 👮 Updated PSScriptAnalyzer to 1.19.1. Fixes formatting bugs! (Thanks @bergmeister!)
- 🛫 🐛 vscode-powershell #3181 - Fix PowerShell MSIX (Store) detection.
- 🐛 Many squashed bugs! (See previews below for details.)
PowerShellEditorServices
- 👷 ✨ No changes, just releasing a stable version.