Releases: PowerShell/vscode-powershell
Releases · PowerShell/vscode-powershell
v2022.8.1-preview
v2022.8.1-preview
Thursday, August 11, 2022
vscode-powershell
- ✨ 📺 vscode-powershell #3266 - Fix debugger to start language client when necessary.
- 🐛 🛫 vscode-powershell #4111 - Use
vscode.workspace.fs
and suppress startup banner fordotnet
installs of PowerShell. - 🐛 ✂️ vscode-powershell #4120 - Remove extraneous
)
from the do-while snippet. (Thanks @ncook-hxgn!)
PowerShellEditorServices v3.4.9
- ✨ 🚨 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!)
v2022.8.0-preview
v2022.8.0-preview
Wednesday, August 03, 2022
vscode-powershell
- ✨ 📺 vscode-powershell #4100 - Remove popup when extension updates.
- 🐛 📁 vscode-powershell #4102 - Fix edge case for workspaces defined with zero folders.
- 🐛 📁 vscode-powershell #4098 - Fix
checkIfDirectoryExists()
sovalidateCwdSetting()
works. - ✨ 📟 vscode-powershell #2523 - Don't hide extension terminal entirely.
PowerShellEditorServices v3.4.8
- ✨ 🚨 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.
v2022.7.2
v2022.7.2
Friday, July 29, 2022
vscode-powershell
- ✨ 💭 vscode-powershell #4093 - Change
storageUri
toglobalStorageUri
for log and session files. - ✨ 📟 vscode-powershell #4053 - Rename "Integrated Console" to "Extension Terminal".
- ✨ 🚨 vscode-powershell #4089 - Update and extend CI matrix.
- ✨ 🚂 vscode-powershell #4088 - Use
context.storageUri
for session file (and refactor). - ✨ 🔧 vscode-powershell #4067 - Use
context.storageUri
for logs and supportNone
level. - ✨ 🔧 vscode-powershell #4064 - Add multi-root choice experience to
powershell.cwd
. - ✨ 📺 vscode-powershell #4063 - Change configuration title to just
PowerShell
. - ✨ 📖 vscode-powershell #4062 - Add note about accidentally disabling completions.
PowerShellEditorServices v3.4.7
- ✨ 🚨 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. - 🐛 🛫 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.
v2022.7.2-preview
v2022.7.2-preview
Tuesday, July 26, 2022
vscode-powershell
- ✨ 💭 vscode-powershell #4093 - Change
storageUri
toglobalStorageUri
for log and session files.
PowerShellEditorServices v3.4.7
No changes.
v2022.7.1-preview
v2022.7.1-preview
Monday, July 25, 2022
vscode-powershell
- ✨ 📟 vscode-powershell #4053 - Rename "Integrated Console" to "Extension Terminal".
- ✨ 🚨 vscode-powershell #4089 - Update and extend CI matrix.
- ✨ 🚂 vscode-powershell #4088 - Use
context.storageUri
for session file (and refactor). - ✨ 🔧 vscode-powershell #4067 - Use
context.storageUri
for logs and supportNone
level. - ✨ 🔧 vscode-powershell #4064 - Add multi-root choice experience to
powershell.cwd
.
PowerShellEditorServices
- ✨ 🚨 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.
v2022.7.0-preview
v2022.7.0-preview
Monday, July 11, 2022
vscode-powershell
- ✨ 📺 vscode-powershell #4063 - Change configuration title to just
PowerShell
. - ✨ 📖 vscode-powershell #4062 - Add note about accidentally disabling completions.
PowerShellEditorServices
- 🐛 🛫 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.
v2022.6.3
v2022.6.3
Wednesday, June 30, 2022
vscode-powershell
- ✨ 📖 vscode-powershell #4046 - Update tooling and READMEs for branch rename.
- ✨ 🔧 vscode-powershell #4033 - Mark unused
useX86Host
setting as deprecated.
PowerShellEditorServices
- ✨ 🙏 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.
- 🐛 🔍 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
.
v2022.6.3-preview
v2022.6.3-preview
Wednesday, June 29, 2022
vscode-powershell
- ✨ 📖 vscode-powershell #4046 - Update tooling and READMEs for branch rename.
PowerShellEditorServices
- ✨ 🙏 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.
v2022.6.2-preview
v2022.6.2-preview
Wednesday, June 22, 2022
vscode-powershell
- ✨ 🔧 vscode-powershell #4033 - Mark unused
useX86Host
setting as deprecated.
PowerShellEditorServices
- 🐛 🔍 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
.
v2022.6.1
v2022.6.1
Tuesday, June 21, 2022
vscode-powershell
New stable release with all changes below since v2022.5.1
:
- 🐛 📖 vscode-powershell #4018 - Fix outdated link to security guidelines. (Thanks @rklec!)
- 🐛 👷 vscode-powershell #3993 - Revert modifications caused by Code's test run.
- 🐛 🚂 vscode-powershell #3992 - Fix how we check extension mode.
- 🐛 🛫 vscode-powershell #3986 - Pass
EnableProfileLoading
andInitialWorkingDirectory
asinitializationOptions
. - ✨ 📺 vscode-powershell #3976 - Add warning about intellisense to PSIC terminate dialog. (Thanks @JustinGrote!)
PowerShellEditorServices
Includes v3.4.3
with all changes below since v3.3.5
:
- ✨ 📟 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
. - ✨ 🧠 PowerShellEditorServices #1809 - Additional IntelliSense fixes and ToolTip overhaul.
- 🐛 🛫 PowerShellEditorServices #1807 - Fix startup bug when zero profiles are present.
- 🐛 🔍 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!)