Releases: PowerShell/PowerShellEditorServices
Releases · PowerShell/PowerShellEditorServices
v3.4.9
v3.4.9
Thursday, August 11, 2022
- ✨ 🚨 PowerShellEditorServices #1874 - Add end-to-end integration test with Vim.
- 🐛 🕵️ vscode-powershell #4112 - Fix (and test) regression with PSScriptAnalyzer default rules.
- ✨ 🚨 PowerShellEditorServices #1872 - Add regression tests for parse error DiagnosticMarkers. (Thanks @fflaten!)
- ✨ 🚨 PowerShellEditorServices #1870 - Add
DoesNotDuplicateScriptMarkersAsync
regression test. - 🐛 🕵️ PowerShellEditorServices #1869 - Fix duplicate DiagnosticMarkers when reopening a file. (Thanks @fflaten!)
v3.4.8
v3.4.8
Wednesday, August 03, 2022
- ✨ 🚨 PowerShellEditorServices #1867 - Add regression test for when
prompt
is undefined. - 🐛 🛫 vscode-powershell #4073 - Fix bug where error in
prompt
function crashed REPL. - #️⃣ 🙏 vscode-powershell #2697 - Use
HostInfo.BundledModulePath
to find PSScriptAnalyzer.
v3.4.7
v3.4.7
Monday, July 25, 2022
- ✨ 🚨 PowerShellEditorServices #1861 - Add
DebuggerBreaksInUntitledScript
unit test. - ✨ 📟 PowerShellEditorServices #1860 - Rename "Integrated Console" to "Extension Terminal".
- ✨ 🚨 PowerShellEditorServices #1859 - Update and extend CI matrix.
- ✨ 🚨 PowerShellEditorServices #1858 - Add regression test for debugging script with dot-source operator.
- ✨ 🚨 PowerShellEditorServices #1857 - Add regression test for
$PSDebugContext
inprompt
function.
v3.4.6
v3.4.6
Monday, July 11, 2022
- 🐛 🛫 PowerShellEditorServices #1849 - Add
Directory.Exists()
check toSetInitialWorkingDirectoryAsync()
. - ✨ 🚨 PowerShellEditorServices #1850 - Catch
OperationCanceledException
in both command loops. - ✨ 🚨 PowerShellEditorServices #1793 - Improve CI stability.
- ✨ 🚨 PowerShellEditorServices #1846 - Add end-to-end Pester unit test.
v3.4.5
v3.4.5
Wednesday, June 29, 2022
- ✨ 🙏 PowerShellEditorServices #1844 - Update PSReadLine to v2.2.6.
- ✨ 📖 PowerShellEditorServices #1843 - Find/replace of
master
tomain
for branch rename. - 🐛 📟 vscode-powershell #3683 - Add command to PSReadLine history before cancellation.
v3.4.4
v3.4.4
Wednesday, June 22, 2022
- 🐛 🔍 PowerShellEditorServices #1839 - Fix logic checking for untitled or raw scripts.
- 🐛 🔍 PowerShellEditorServices #1838 - Don't use
RunContinuationsAsynchronously
for ourTaskCompletionSource
. - 🐛 📟 vscode-powershell #4021 - Fix piping to native commands for Windows PowerShell.
- ✨ 📖 PowerShellEditorServices #1831 - Add readme about
ReadKey
workarounds. - ✨ 🚨 PowerShellEditorServices #1832 - Improve
$PROFILE
variable and profile loading test. - ✨ 🚨 PowerShellEditorServices #1830 - Add regression test for untitled scripts in Windows PowerShell.
- ✨ 🚨 PowerShellEditorServices #1828 - Add regression test for accidentally allowing removal of
$psEditor
.
v3.4.3
v3.4.3
Monday, June 13, 2022
- ✨ 📟 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
.
v3.4.2
v3.4.2
Friday, May 20, 2022
- ✨ 🧠 PowerShellEditorServices #1809 - Additional IntelliSense fixes and ToolTip overhaul.
v3.4.1
v3.4.1
Thursday, May 19, 2022
- 🐛 🛫 PowerShellEditorServices #1807 - Fix startup bug when zero profiles are present.
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!)