Releases: PowerShell/PowerShellEditorServices
Releases · PowerShell/PowerShellEditorServices
v3.4.0
v3.4.0
Tuesday, May 17, 2022
- 🐛 🔍 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!)
v3.3.5
v3.3.5
Thursday, May 05, 2022
- 🐛 🔍 vscode-powershell #3950 - Send
sendKeyPress
event across DAP for temporary integrated consoles.
v3.3.4
v3.3.3
v3.3.3
Monday, May 02, 2022
- ✨ 📟 PowerShellEditorServices #1785 - Add
IHostUISupportsMultipleChoiceSelection
implementation. - 🐛 🔍 PowerShellEditorServices #1784 - Do not exit from
DebuggerStop
unless resuming.
v3.3.2
v3.3.2
Thursday, April 28, 2022
- 🐛 🛫 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
.
v3.3.1
v3.3.1
Wednesday, April 20, 2022
- 🐛 👷 PowerShellEditorServices #1761 - Bump
net461
tonet462
due to upcoming end of support. - 🐛 💎 vscode-powershell #3928 - Fix formatting handlers and PSScriptAnalyzer loading.
- 🐛 🔍 PowerShellEditorServices #1762 - Fix prompt spam and general debugger reliability improvements.
- ✨ 🙏 PowerShellEditorServices #1479 - Enable IDE0005 (unneccessary using statements) as error.
- 🐛 🙏 PowerShellEditorServices #1754 - With a fix in PSReadLine, we don't have to return a "null" key press.
v3.3.0
v3.3.0
Monday, April 18, 2022
- #️⃣ 🙏 PowerShellEditorServices #1757 - Enable code analysis and formatting as errors on build.
- ✨ 🚂 PowerShellEditorServices #1755 - Apply automatic fixes (manually).
- 🐛 🔍 PowerShellEditorServices #1736 - Fix attach to process debugging.
v3.2.0
v3.2.0
Tuesday, April 12, 2022
- 🐛 🙏 PowerShellEditorServices #1751 - Re-workaround uncancellable
Console.ReadKey
. - 🐛 🕵️ PowerShellEditorServices #1749 - Correctly map
SuggestedCorrection
toMarkerCorrection
. (Thanks @bergmeister!)
v3.1.6
v3.1.6
Thursday, March 24, 2022
- #️⃣ 🙏 PowerShellEditorServices #1746 - Replace
_consoleHostUI
with_underlyingHostUI
.
v3.1.5
v3.1.5
Thursday, March 10, 2022
- ✨ 🧠 vscode-powershell #3364 - Improve completion logic (more icons!).
- 🐛 🛫 PowerShellEditorServices #1576 - Remove
PackageManagement
module update prompt. - 🐛 📟 PowerShellEditorServices #1734 - Finish redirection of
$Host.PrivateData
. - 🐛 📟 PowerShellEditorServices #1639 - Redirect
PSHost.Notify*Application
methods.