Releases: PowerShell/vscode-powershell
Releases · PowerShell/vscode-powershell
v2022.9.0-preview
v2022.9.0-preview
Tuesday, September 27, 2022
vscode-powershell
- 🐛 🔍 vscode-powershell #4082 - Refactor the debug launch configuration resolvers.
- 🐛 📁 vscode-powershell #4163 - Fix incorrect docstring for
powershell.cwd. - #️⃣ 🙏 vscode-powershell #4170 - Add setting to only analyze open documents for references.
- 🐛 🛫 vscode-powershell #4160 - Lock
SessionManager.start()so only one session is started. - ✨ 🔧 vscode-powershell #4139 - Add setting to control the references code lens.
PowerShellEditorServices v3.5.2
- 🐛 🛫 vscode-powershell #4048 - Created a nested PowerShell for the top-level loop.
- #️⃣ 🙏 PowerShellEditorServices #1917 - Overhaul workspace search for symbol references.
- ✨ 🚨 PowerShellEditorServices #1914 - Add regression tests for F5 and F8 saving to history.
- ✨ 🙏 PowerShellEditorServices #1900 - Add setting to control references code lens.
v2022.8.5
v2022.8.5
Tuesday, August 30, 2022
This release incorporates all the changes since v2022.7.2, first tested across six
previews. Thanks for using PowerShell in VS Code!
vscode-powershell
- ✨ 🔧 vscode-powershell #4151 - Add
integratedConsole.startInBackgroundto completely hide the terminal. - ✨ 📖 vscode-powershell #4080 - Create a walkthrough experience for PowerShell. (Thanks @S-Hakim!)
- #️⃣ 🚂🙏 vscode-powershell #4141 - Improve language client library close action message.
- 🐛 🛫 vscode-powershell #4136 - Handle edge case where user closes
cwdpicker. - ✨ 🙏 vscode-powershell #4117 - Add
ToggleISEModecommand with tests. - 🐛 🛫 vscode-powershell #4128 - Update
vscode-languageclientand refactor (a lot of TLC). - ✨ 📺 vscode-powershell #3266 - Fix debugger to start language client when necessary.
- 🐛 🛫 vscode-powershell #4111 - Use
vscode.workspace.fsand suppress startup banner fordotnetinstalls of PowerShell. - 🐛 ✂️ vscode-powershell #4120 - Remove extraneous
)from the do-while snippet. (Thanks @ncook-hxgn!) - ✨ 📺 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.5.1
- 🐛 🕵️ PowerShellEditorServices #1906 - Remove
nullmarkers to avoidNullReferenceException. - 🐛 📁 PowerShellEditorServices #1901 - Fix file close in workspace service for Linux. (Thanks @fflaten!)
- ✨ 🐢 PowerShellEditorServices #1892 - Add symbols for Pester setup and teardown blocks. (Thanks @fflaten!)
- 🐛 🔍 PowerShellEditorServices #1897 - Add artificial stack frame to represent contexts without one.
- 🐛 🔍 PowerShellEditorServices #1894 - Fix stepping while watch expressions or interactive pipeline is running.
- ✨ 🐢 PowerShellEditorServices #1891 - Fix whitespace in Pester symbol and add test. (Thanks @fflaten!)
- 🐛 🙏 PowerShellEditorServices #1887 - Fix symbol highlight when hovering function name. (Thanks @fflaten!)
- ✨ 🚨 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
DoesNotDuplicateScriptMarkersAsyncregression test. - 🐛 🕵️ PowerShellEditorServices #1869 - Fix duplicate DiagnosticMarkers when reopening a file. (Thanks @fflaten!)
- ✨ 🚨 PowerShellEditorServices #1867 - Add regression test for when
promptis undefined. - 🐛 🛫 vscode-powershell #4073 - Fix bug where error in
promptfunction crashed REPL. - #️⃣ 🙏 vscode-powershell #2697 - Use
HostInfo.BundledModulePathto find PSScriptAnalyzer.
v2022.8.5-preview
v2022.8.5-preview
Thursday, August 25, 2022
vscode-powershell
- ✨ 🔧 vscode-powershell #4151 - Add
integratedConsole.startInBackgroundto completely hide the terminal.
PowerShellEditorServices v3.5.1
- 🐛 🕵️ PowerShellEditorServices #1906 - Remove
nullmarkers to avoidNullReferenceException.
v2022.8.4-preview
v2022.8.4-preview
Friday, August 19, 2022
vscode-powershell
- ✨ 📖 vscode-powershell #4080 - Create a walkthrough experience for PowerShell. (Thanks @S-Hakim!)
PowerShellEditorServices v3.5.0
No update.
v2022.8.3-preview
v2022.8.3-preview
Thursday, August 18, 2022
vscode-powershell
- #️⃣ 🚂🙏 vscode-powershell #4141 - Improve language client library close action message.
- 🐛 🛫 vscode-powershell #4136 - Handle edge case where user closes
cwdpicker. - ✨ 🙏 vscode-powershell #4117 - Add
ToggleISEModecommand with tests.
PowerShellEditorServices v3.5.0
- 🐛 📁 PowerShellEditorServices #1901 - Fix file close in workspace service for Linux. (Thanks @fflaten!)
- ✨ 🐢 PowerShellEditorServices #1892 - Add symbols for Pester setup and teardown blocks. (Thanks @fflaten!)
- 🐛 🔍 PowerShellEditorServices #1897 - Add artificial stack frame to represent contexts without one.
- 🐛 🔍 PowerShellEditorServices #1894 - Fix stepping while watch expressions or interactive pipeline is running.
- ✨ 🐢 PowerShellEditorServices #1891 - Fix whitespace in Pester symbol and add test. (Thanks @fflaten!)
- 🐛 🙏 PowerShellEditorServices #1887 - Fix symbol highlight when hovering function name. (Thanks @fflaten!)
v2022.8.2-preview
v2022.8.2-preview
Friday, August 12, 2022
vscode-powershell
- 🐛 🛫 vscode-powershell #4128 - Update
vscode-languageclientand refactor (a lot of TLC).
PowerShellEditorServices v3.4.10
- Just dependency updates.
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.fsand suppress startup banner fordotnetinstalls 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
DoesNotDuplicateScriptMarkersAsyncregression 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
promptis undefined. - 🐛 🛫 vscode-powershell #4073 - Fix bug where error in
promptfunction crashed REPL. - #️⃣ 🙏 vscode-powershell #2697 - Use
HostInfo.BundledModulePathto find PSScriptAnalyzer.
v2022.7.2
v2022.7.2
Friday, July 29, 2022
vscode-powershell
- ✨ 💭 vscode-powershell #4093 - Change
storageUritoglobalStorageUrifor 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.storageUrifor session file (and refactor). - ✨ 🔧 vscode-powershell #4067 - Use
context.storageUrifor logs and supportNonelevel. - ✨ 🔧 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
DebuggerBreaksInUntitledScriptunit 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
$PSDebugContextinpromptfunction. - 🐛 🛫 PowerShellEditorServices #1849 - Add
Directory.Exists()check toSetInitialWorkingDirectoryAsync(). - ✨ 🚨 PowerShellEditorServices #1850 - Catch
OperationCanceledExceptionin 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
storageUritoglobalStorageUrifor log and session files.
PowerShellEditorServices v3.4.7
No changes.