Releases: PowerShell/vscode-powershell
v2022.6.1-preview
v2022.6.1-preview
Monday, June 13, 2022
vscode-powershell
- 🐛 📖 vscode-powershell #4018 - Fix outdated link to security guidelines. (Thanks @rklec!)
PowerShellEditorServices
- ✨ 📟 PowerShellEditorServices #1823 - Utilize the
AddToHistory
delegate from PSRL proxy. - ✨ 🛫 PowerShellEditorServices #1821 - Add regression test for no defined profiles.
- ✨ 👷 PowerShellEditorServices #1820 - Add Emacs regression tests for PSES.
- 🐛 🧠 PowerShellEditorServices #1819 - Remove bad UX of commit characters for paths.
- 🐛 🔍 PowerShellEditorServices #1818 - Exit debugger stop early if cause is PSE.
- ✨ 👷 PowerShellEditorServices #1817 - Fix build script to support Windows on Arm64.
- 🐛 🔍 PowerShellEditorServices #1815 - Set
IsDebuggingRemoteRunspace
sooner for attach. - 🐛 🙏 PowerShellEditorServices #1814 - Fix error when piping
IFilePosition
toConvertTo-ScriptExtent
.
v2022.5.5-preview
v2022.5.5-preview
Friday, May 20, 2022
vscode-powershell
No changes.
PowerShellEditorServices
- ✨ 🧠 PowerShellEditorServices #1809 - Additional IntelliSense fixes and ToolTip overhaul.
v2022.5.4-preview
v2022.5.4-preview
Thursday, May 19, 2022
vscode-powershell
PowerShellEditorServices
- 🐛 🛫 PowerShellEditorServices #1807 - Fix startup bug when zero profiles are present.
v2022.5.3-preview
v2022.5.3-preview
Thursday, May 19, 2022
vscode-powershell
- 🐛 👷 vscode-powershell #3993 - Revert modifications caused by Code's test run.
- 🐛 🚂 vscode-powershell #3992 - Fix how we check extension mode.
PowerShellEditorServices
No changes.
v2022.5.2-preview
v2022.5.2-preview
Tuesday, May 17, 2022
vscode-powershell
- 🐛 🛫 vscode-powershell #3986 - Pass
EnableProfileLoading
andInitialWorkingDirectory
asinitializationOptions
. - ✨ 📺 vscode-powershell #3976 - Add warning about intellisense to PSIC terminate dialog. (Thanks @JustinGrote!)
PowerShellEditorServices
- 🐛 🔍 vscode-powershell #3965 - Wrap untitled script with newlines.
- 🐛 🔍 vscode-powershell #3980 - Fix execution of debug prompt commands.
- 🐛 📟 PowerShellEditorServices #1802 - Set
EnableProfileLoading
default totrue
. - 🐛 🙏 PowerShellEditorServices #1695 - Re-enable stdio clients by fixing initialization sequence.
- ✨ 🧠 PowerShellEditorServices #1799 - Fix a lot of IntelliSense issues.
- #️⃣ 🙏 vscode-powershell #3962 - Increase stack size for PowerShell 5. (Thanks @nohwnd!)
v2022.5.1
v2022.5.1
Friday, May 06, 2022
vscode-powershell
- 🐛 🔍 vscode-powershell #3950 - Handle
sendKeyPress
events for temporary integrated consoles.
PowerShellEditorServices
- 🐛 🔍 vscode-powershell #3950 - Send
sendKeyPress
event across DAP for temporary integrated consoles.
v2022.5.1-preview
v2022.5.1-preview
Thursday, May 05, 2022
vscode-powershell
- 🐛 🔍 vscode-powershell #3950 - Handle
sendKeyPress
events for temporary integrated consoles.
PowerShellEditorServices
- 🐛 🔍 vscode-powershell #3950 - Send
sendKeyPress
event across DAP for temporary integrated consoles.
v2022.5.0
v2022.5.0
Tuesday, May 03, 2022
vscode-powershell
Welcome to the new and improved PowerShell for Visual Studio Code!
This update represents a complete overhaul of the core PowerShell engine of PowerShell Editor Services, intending to create a more reliable and stable user experience. This release represents nearly two years' work, tracked in PSES #1295 and implemented in PSES #1459. It is our response to many issues opened by users over the last several years.
Thank you to all of the community members who opened issues which helped motivate this major update.
These major updates have also been tested over the last 6 months, in 13 releases of our PowerShell Preview extension for Visual Studio
Code. A huge thank you to all of the community members who have tested these changes to the extension and have worked with us to polish the extension before releasing it through our stable channel.
Please see our blog for more details!
PowerShellEditorServices
- ✨ 🙏 PowerShellEditorServices #1787 - Bump PSReadLine to
v2.2.5
.
v2022.5.0-preview
v2022.5.0-preview
Monday, May 02, 2022
vscode-powershell
Fourth Release Candidate! Thanks for finding bugs and helping us squash them!
PowerShellEditorServices
- ✨ 📟 PowerShellEditorServices #1785 - Add
IHostUISupportsMultipleChoiceSelection
implementation. - 🐛 🔍 PowerShellEditorServices #1784 - Do not exit from
DebuggerStop
unless resuming.
v2022.4.3-preview
v2022.4.3-preview
Thursday, April 28, 2022
Third release candidate. Our recent debugger and ReadKey
overhauls revealed some other
bugs that needed squashing! Please test this thoroughly. We're gaining confidence!
vscode-powershell
- 🐛 🙏 vscode-powershell #3939 - Send
p
instead of\0
forsendKeyPress
.
PowerShellEditorServices
- 🐛 🛫 PowerShellEditorServices #1782 - Fix ordering of startup tasks so
psEditor
is defined before profiles are loaded. - 🐛 📟 PowerShellEditorServices #1781 - Bring back
WriteWithPrompt()
. - 🐛 📟 vscode-powershell #3937 - Update to latest PSReadLine beta (with fix for race condition).
- 🐛 🔍 PowerShellEditorServices #1778 - Fix extra prompting and manual debugger commands.
- ✨ 🚂 PowerShellEditorServices #1777 - Consolidate
InterruptCurrentForeground
andMustRunInForeground
. - ✨ 🚂 PowerShellEditorServices #1776 - Don't cancel on disposal of
CancellationScope
.