Releases: PowerShell/vscode-powershell
v2021.10.2
v2021.10.2
Thursday, October 28, 2021
vscode-powershell
The PSScriptAnalyzer rule explanations now open the beautiful published documentation at
docs.microsoft.com.
- ✨ 🕵️ vscode-powershell #3642 - Point PSScriptAnalyzer rules to published documentation. (Thanks @sdwheeler!)
- ✨ 🚨 vscode-powershell #3641 - Clean up unit tests' descriptions and logical separation.
- ✨ 🚨 vscode-powershell #3631 - Replace
() =>
arrow lambdas withfunction ()
for Mocha. - #️⃣ 🙏 vscode-powershell #3628 - Add missing
glob
dev dependency.
PowerShellEditorServices
No changes in this release, but the next preview will include PowerShell Editor Services
v3.0.0, with the pipeline rewrite!
v2021.10.1
v2021.10.1
Wednesday, October 20, 2021
vscode-powershell
Check out the new Pester Tests adapter by Justin Grote and inspired by Tyler
Leonhardt. While still under development, it provides integration with Visual Studio
Code's new test explorer interface for Pester tests and is quite nice!
- ✨ 👷 vscode-powershell #3623 - Add
LinkEditorServices
task for developers. - ✨️ 🙏 vscode-powershell #3430 - Setting to Disable Pester Code Lens. (Thanks @JustinGrote!)
PowerShellEditorServices
- ✨ 👷 PowerShellEditorServices #1589 - Remove
BinClean
dependency from build task. (Thanks @JustinGrote!) - #️⃣ 🙏 PowerShellEditorServices #1585 - Setting to Disable Pester Code Lens. (Thanks @JustinGrote!)
- #️⃣ 🙏 PowerShellEditorServices #1578 - Fix typo in comments. (Thanks @glennsarti!)
v2021.10.1-preview
v2021.10.1-preview
Monday, October 18, 2021
vscode-powershell
- ✨ 👷 vscode-powershell #3623 - Add
LinkEditorServices
task for developers. - ✨️ 🙏 vscode-powershell #3430 - Setting to Disable Pester Code Lens. (Thanks @JustinGrote!)
PowerShellEditorServices
- ✨ 👷 PowerShellEditorServices #1589 - Remove
BinClean
dependency from build task. (Thanks @JustinGrote!) - #️⃣ 🙏 PowerShellEditorServices #1585 - Setting to Disable Pester Code Lens. (Thanks @JustinGrote!)
- #️⃣ 🙏 PowerShellEditorServices #1578 - Fix typo in comments. (Thanks @glennsarti!)
v2021.10.0
v2021.10.0
Friday, October 08, 2021
This is a hot-fix release for an upstream change to the location of the PSScriptAnalyzer rules documentation.
vscode-powershell
- 🐛 🕵️ vscode-powershell #3608 - Fix base URI for PSScriptAnalyzer rule documentation. (Thanks @bgold09!)
PowerShellEditorServices
No changes, but stay tuned for major updates! The pipeline rewrite work is under review.
v2021.9.2
v2021.9.2
Thursday, September 30, 2021
This release includes changes from both the v2021.9.1-preview
and v2021.9.2-preview
.
There were no changes made to PowerShell Editor Services, but several several bugfixes
made to the extension, and most notably, the extension code is now properly minified and
bundled. This should result in a faster and more reliable extension.
vscode-powershell
- #️⃣ 🙏 vscode-powershell #3592 - Remove unused feature commands. (Thanks @CrendKing!)
- 🐛 🚨 vscode-powershell #3570 - Fix path regressions and cover with tests.
- 🐛 📺 vscode-powershell #3105 - Remove accidentally enabled commands.
- ✨ 👷 vscode-powershell #2450 - Bundle the extension.
PowerShellEditorServices
No changes.
v2021.9.2-preview
v2021.9.2-preview
Wednesday, September 29, 2021
vscode-powershell
- #️⃣ 🙏 vscode-powershell #3593 - Remove
mocha-junit-reporter
package by relying on Mocha's xUnit module. - #️⃣ 🙏 vscode-powershell #3592 - Remove unused feature commands. (Thanks @CrendKing!)
- #️⃣ 🙏 vscode-powershell #3591 - Bump dependencies and lockfile.
- 🐛 🚨 vscode-powershell #3570 - Fix path regressions and cover with tests.
PowerShellEditorServices
No changes.
v2021.9.1-preview
v2021.9.1-preview
Tuesday, September 14, 2021
vscode-powershell
- 🐛 📺 vscode-powershell #3105 - Remove accidentally enabled commands.
- ✨👷 vscode-powershell #2450 - Bundle the extension.
PowerShellEditorServices
No changes.
v2021.9.0
v2021.9.0
Thursday, September 09, 2021
This release includes changes from both v2021.8.3-preview
and v2021.9.0-preview
.
A new stopDebugger
notification was added that allows PowerShell Editor Services,
the LSP module, to stop an attached UI debugger (such as VS Code's)
for debugger sessions started by executing code with a PSBreakpoint
attached.
This may not work in all cases but should improve usability.
The PowerShell status bar indicator no longer uses custom coloring but instead pulls from the user's theme.
A formatting bug was fixed by community maintainer Patrick Meinecke.
A regression in the debug launch configuration's script
parameter was fixed and covered with a test.
And finally, the bundled PSScriptAnalyzer
was updated to v1.20.0
.
vscode-powershell
- ✨ 📖 vscode-powershell #3544 - Document the trace server setting is valid (despite Code's warning). (Thanks @michal037!)
- #️⃣ 🔍 vscode-powershell #3522 - Allow PowerShell session to start and stop the debugger interface.
- ✨ 📺 vscode-powershell #2436 - Use status bar colors from theme instead of hardcoded values.
- ✨ 🚨 vscode-powershell #3529 - Extend CI test matrix and update readme(s).
PowerShellEditorServices
- 🐛 📟 PowerShellEditorServices #24977523 - Implement
LengthInBufferCells
to fix ANSI formatting. (Thanks @SeeminglyScience!) - ✨ 🔍 vscode-powershell #3522 - Send
stopDebugger
notification when appropriate. - 🐛 🔍 vscode-powershell #3537 - Fix bug with
ExecuteScriptWithArgsAsync
whenscript
is a command. - ✨ 🕵️ PowerShellEditorServices #1562 - Pin PSScriptAnalyzer to
v1.20.0
, Plaster tov1.1.3
and PSReadLine tov2.1.0
.
v2021.9.0-preview
v2021.9.0-preview
Tuesday, September 07, 2021
vscode-powershell
- ✨ 📖 vscode-powershell #3544 - Document the trace server setting is valid (despite Code's warning). (Thanks @michal037!)
- #️⃣ 🔍 vscode-powershell #3522 - Allow PowerShell session to start and stop the debugger interface.
PowerShellEditorServices
- 🐛 📟 PowerShellEditorServices #24977523 - Implement
LengthInBufferCells
to fix ANSI formatting. (Thanks @SeeminglyScience!) - ✨ 🔍 vscode-powershell #3522 - Send
stopDebugger
notification when appropriate. - 🐛 🔍 vscode-powershell #3537 - Fix bug with
ExecuteScriptWithArgsAsync
whenscript
is a command.
v2021.8.3-preview
v2021.8.3-preview
Monday, August 30, 2021
vscode-powershell
- ✨ 📺 vscode-powershell #2436 - Use status bar colors from theme instead of hardcoded values.
- ✨ 🚨 vscode-powershell #3529 - Extend CI test matrix and update readme(s).
PowerShellEditorServices
- ✨ 🕵️ PowerShellEditorServices #1562 - Pin PSScriptAnalyzer to
1.20.0
, Plaster to1.1.3
and PSReadLine to2.1.0
.