Releases: PowerShell/vscode-powershell
v2023.1.0-preview
v2023.1.0-preview
Wednesday, January 04, 2023
vscode-powershell
- 🐛 👷 vscode-powershell #4357 - Fix
@vscode/vsce
dependency after its rename. - 🐛 ✂️ vscode-powershell #4346 - fix class snippet (unnecessary space between
<
and#
). (Thanks @ALiwoto!)
PowerShellEditorServices v3.7.3
- 🐛 🚂 vscode-powershell #4343 - Update VS Code shell integration script.
- ✨ 🙏 PowerShellEditorServices #1981 - Make
Set-ScriptExtent
not slow. - 🐛 🙏 PowerShellEditorServices #1959 - Use an empty array instead of
null
.
v2022.12.2-preview
v2022.12.2-preview
Tuesday, December 20, 2022
vscode-powershell
- 🐛 🛫 vscode-powershell #4329 - Automatically find "PowerShell Daily" at its common path.
PowerShellEditorServices v3.7.2
- 🐛 🔍 vscode-powershell #4174 - Fix several bugs in the debugger.
- #️⃣ 🙏 PowerShellEditorServices #1973 - Update
Microsoft.PowerShell.SDK
with workaround.
v2022.12.1
v2022.12.1
Thursday, December 15, 2022
This release brings a variety of bugfixes and feature improvements, including everyone's
favorite: VS Code Terminal Shell Integration in the PowerShell
Extension Terminal! We overhauled the PowerShell update notification feature, with support
for more platforms and architectures. Also checkout the revamped settings descriptions in
VS Code, complete with formatting and hyperlinks.
vscode-powershell
- ✨ 🔧 vscode-powershell #4315 - Enhance (and correct) our settings' descriptions using markdown.
- 🐛 ✂️ vscode-powershell #3964 - Fix
try-catch
snippet (missing a$
). - 🐛 🔧 vscode-powershell #4308 - Restore original settings after disabling ISE mode.
- ✨ 🚂 vscode-powershell #4301 - Bump engine to 1.67.0 and update panel graphics.
- ✨ 🛫 vscode-powershell #3226 - Rewrite
UpdatePowerShell
feature. - 🐛 🛫 vscode-powershell #3435 - Skip auto-update on unsupported Windows architectures.
- 🐛 🔧 vscode-powershell #4297 - Fix small bug with
powerShellDefaultVersion
warning. - ✨ 🔧 vscode-powershell #4129 - Show warning if
powerShellDefaultVersion
is set but not found. - ✨ 📁 vscode-powershell #2153 - Fully support multi-root workspaces.
- 🐛 💭 vscode-powershell #4202 - Make
Logger.WriteLine
thread-safe and fix bug with UNC paths. - ✨ 📟 vscode-powershell #4271 - Send shell integration setting to server.
PowerShellEditorServices v3.7.1
- 🐛 🚂 vscode-powershell #4212 - Fix
ShowHelpHandler
by running withRequiresForeground
. - ✨ 👷 PowerShellEditorServices #1879 - Drop support for end-of-life PowerShell 7.0.
- ✨ 🛫 PowerShellEditorServices #1965 - Send
GitCommitId
overGetVersionHandler
. - 🐛 🛫 PowerShellEditorServices #1964 - Remove unnecessary
PowerShellProcessArchitecture
. - 🐛 🚂 PowerShellEditorServices #1953 - Fix
IsExternalInit
bug, re-enable tests, and update OmniSharp to v0.19.7. - 🐛 🙏 PowerShellEditorServices #1962 - Revert manual pin of Newtonsoft.Json.
- 🐛 📟 vscode-powershell #4279 - Replace backtick-e with
$([char]0x1b)
. - ✨ 📟 vscode-powershell #3901 - Enable VS Code's shell integration.
- 🐛 🔍 vscode-powershell #4269 - Escape single quotes when launching a script by path.
- ✨ 🚨 PowerShellEditorServices #1955 - Add PowerShell 7.3 to test matrix.
v2022.12.1-preview
v2022.12.1-preview
Monday, December 12, 2022
vscode-powershell
- ✨ 🔧 vscode-powershell #4315 - Enhance (and correct) our settings' descriptions using markdown.
- 🐛 ✂️ vscode-powershell #3964 - Fix
try-catch
snippet (missing a$
).
PowerShellEditorServices v3.7.1
- 🐛 🚂 vscode-powershell #4212 - Fix
ShowHelpHandler
by running withRequiresForeground
.
v2022.12.0-preview
v2022.12.0-preview
Tuesday, December 06, 2022
vscode-powershell
- 🐛 🔧 vscode-powershell #4308 - Restore original settings after disabling ISE mode.
- ✨ 🚂 vscode-powershell #4301 - Bump engine to 1.67.0 and update panel graphics.
- ✨ 🛫 vscode-powershell #3226 - Rewrite
UpdatePowerShell
feature. - 🐛 🛫 vscode-powershell #3435 - Skip auto-update on unsupported Windows architectures.
- 🐛 🔧 vscode-powershell #4297 - Fix small bug with
powerShellDefaultVersion
warning. - ✨ 🔧 vscode-powershell #4129 - Show warning if
powerShellDefaultVersion
is set but not found. - ✨ 📁 vscode-powershell #2153 - Fully support multi-root workspaces.
PowerShellEditorServices v3.7.0
- ✨ 👷 PowerShellEditorServices #1879 - Drop support for end-of-life PowerShell 7.0.
- ✨ 🛫 PowerShellEditorServices #1965 - Send
GitCommitId
overGetVersionHandler
. - 🐛 🛫 PowerShellEditorServices #1964 - Remove unnecessary
PowerShellProcessArchitecture
. - 🐛 🚂 PowerShellEditorServices #1953 - Fix
IsExternalInit
bug, re-enable tests, and update OmniSharp to v0.19.7.
v2022.11.2-preview
v2022.11.2-preview
Tuesday, November 29, 2022
vscode-powershell
Just dependency updates.
PowerShellEditorServices v3.6.3
- 🐛 🙏 PowerShellEditorServices #1962 - Revert manual pin of Newtonsoft.Json.
- 🐛 📟 vscode-powershell #4279 - Replace backtick-e with
$([char]0x1b)
.
v2022.11.1-preview
v2022.11.1-preview
Monday, November 21, 2022
vscode-powershell
- 🐛 💭 vscode-powershell #4202 - Make
Logger.WriteLine
thread-safe and fix bug with UNC paths. - ✨ 📟 vscode-powershell #4271 - Send shell integration setting to server.
PowerShellEditorServices v3.6.2
- ✨ 📟 vscode-powershell #3901 - Enable VS Code's shell integration.
- 🐛 🔍 vscode-powershell #4269 - Escape single quotes when launching a script by path.
- ✨ 🚨 PowerShellEditorServices #1955 - Add PowerShell 7.3 to test matrix.
v2022.11.0
v2022.11.0
Wednesday, November 16, 2022
The November release represents a renewed focus on the client, that is, the TypeScript
extension for Visual Studio Code. We've paid back a significant amount of technical debt
by enabling both the TypeScript compiler's and ESLint linter's strict checks, helping us
ensure we are writing correct code. We've increased the client's logging, made the
walkthrough's installation instructions cross-platform, added a warning popup when custom
configured additional PowerShell executables aren't found, and fixed a couple debugger
configuration edge cases.
A regression for the OnIdle
handler was fixed in the server, complete with regression
tests covering the registration and triggering of idle events registered both in a profile
and during a session. A workaround was implemented for a completion bug in PowerShell that
was causing the LSP session to disconnect when used with third-party clients. When
executing scripts, the path is now escaped with single quotes instead of double quotes,
addressing the edge case where a path contains a dollar sign, and is now inline with
PowerShell's semantics.
The build is now correctly published in release mode which should be more performant and
won't allow the user to accidentally enable the "wait for debugger" scenario (which can
appear as a hang, though it is a correctly working feature that is now hidden behind more
developer settings). Additionally, checks were added to both the server and client build
pipelines to assert that the bits are in release mode before packaging, as it was
unfortunately the act of running the tests that erroneously and silently overwrote release
bits with debug bits.
Finally, a long-standing bug that often prevented the server from starting with Windows
PowerShell was resolved. Known to users as the DryIoc
error (which was a misleading
stacktrace that commonly popped up), we tracked down a broken dependency of OmniSharp that
when present and loaded into the GAC caused a type resolution error. While it took a year
for us to find the root cause, the fix was a single line dependency update for OmniSharp,
and then some work to incorporate the OmniSharp update into the server.
vscode-powershell
- ✨ 🚂 vscode-powershell #3561 - Enable
strict
TypeScript mode . - 🐛 🔍 vscode-powershell #4201 - Fix automatic focus to temporary debug terminal (if it exists).
- 🐛 🚂 vscode-powershell #4213 - Remove
FindModule.ts
since its long since been deprecated. - 🐛 🔍 vscode-powershell #4223 - Only check a script's extension if a script file was given.
- ✨ 👷 vscode-powershell #4220 - Add assertion to build that PSES bits are built in release configuration.
- ✨ 🚂 vscode-powershell #3561 - Enable
strict
TypeScript mode . - 🐛 🔍 vscode-powershell #4201 - Fix automatic focus to temporary debug terminal (if it exists).
- ✨ 👷 vscode-powershell #2882 - Replace TSLint with ESLint.
- ✨ 💭 vscode-powershell #4242 - Show warning when additional PowerShell is not found.
- 🐛 🛫 vscode-powershell #4241 - Guard
-WaitForDebugger
flag client-side too. - ✨ 💭 vscode-powershell #4240 - Capture more logs.
- ✨ 💭 vscode-powershell #4235 - Refactor
settings.ts
. - 🐛 📺 vscode-powershell #4149 - Add cross-platform installation to walkthrough.
- 🐛 🔍 vscode-powershell #4231 - Check script extension for current file only.
PowerShellEditorServices v3.6.1
- 🐛 🚂 vscode-powershell #4219 - Fix regression around
OnIdle
handler. - 🐛 🧠 PowerShellEditorServices #1926 - Catch exceptions within completion handler.
- 🐛 👷 vscode-powershell #4218 - Fix release build.
- ✨ 📖 PowerShellEditorServices #1932 - Add example of starting PSES in a script to readme. (Thanks @smartguy1196!)
- #️⃣ 🙏 PowerShellEditorServices #1931 - Fix broken links in readme. (Thanks @smartguy1196!)
- #️⃣ 🙏 PowerShellEditorServices #1947 - Manually update
Newtonsoft.Json
. - 🐛 🚂 vscode-powershell #4175 - Bump OmniSharp to
v0.19.6
. - 🐛 🔍 vscode-powershell #4238 - Wrap script paths with single instead of double quotes.
v2022.11.0-preview
v2022.11.0-preview
Thursday, November 03, 2022
vscode-powershell
- ✨ 💭 vscode-powershell #4242 - Show warning when additional PowerShell is not found.
- 🐛 🛫 vscode-powershell #4241 - Guard
-WaitForDebugger
flag client-side too. - ✨ 💭 vscode-powershell #4240 - Capture more logs.
- ✨ 💭 vscode-powershell #4235 - Refactor
settings.ts
. - 🐛 📺 vscode-powershell #4149 - Add cross-platform installation to walkthrough.
- 🐛 🔍 vscode-powershell #4231 - Check script extension for current file only.
PowerShellEditorServices v3.6.1
- #️⃣ 🙏 PowerShellEditorServices #1947 - Manually update
Newtonsoft.Json
. - 🐛 🚂 vscode-powershell #4175 - Bump OmniSharp to
v0.19.6
. - 🐛 🔍 vscode-powershell #4238 - Wrap script paths with single instead of double quotes.
v2022.10.2-preview
v2022.10.2-preview
Tuesday, October 25, 2022
vscode-powershell
- 🐛 🚂 vscode-powershell #4213 - Remove
FindModule.ts
since its long since been deprecated. - 🐛 🔍 vscode-powershell #4223 - Only check a script's extension if a script file was given.
- ✨ 👷 vscode-powershell #4220 - Add assertion to build that PSES bits are built in release configuration.
- ✨ 🚂 vscode-powershell #3561 - Enable
strict
TypeScript mode . - 🐛 🔍 vscode-powershell #4201 - Fix automatic focus to temporary debug terminal (if it exists).
- ✨ 👷 vscode-powershell #2882 - Replace TSLint with ESLint.
PowerShellEditorServices v3.6.0
- 🐛 🚂 vscode-powershell #4219 - Fix regression around
OnIdle
handler. - 🐛 🧠 PowerShellEditorServices #1926 - Catch exceptions within completion handler.
- 🐛 👷 vscode-powershell #4218 - Fix release build.
- ✨ 📖 PowerShellEditorServices #1932 - Add example of starting PSES in a script to readme. (Thanks @smartguy1196!)
- #️⃣ 🙏 PowerShellEditorServices #1931 - Fix broken links in readme. (Thanks @smartguy1196!)