v2019.11.0
Friday, November 1, 2019
Special Note
In this release of the preview extension,
we've merged significant architectural work into PowerShell Editor Services.
After several months of work, PSES now uses the Omnisharp LSP library
to handle Language Server Protocol interaction instead of rolling its own,
allowing PSES to concentrate on being a good PowerShell backend.
We hope you'll see increased performance and stability in this release.
As always, please let us know if you find any issues.
vscode-PowerShell
- 🔧 vscode-PowerShell #2262 -
Introducepowershell.integratedConsole.useLegacyReadline
setting disable PSReadLine. - 🛫🐛vscode-powershell #2217 -
Discover new PowerShell installations, fix startup issue with Windows PowerShell. - 📺 vscode-PowerShell #2225 -
SurfaceInvokeRegisteredEditorCommand
in the Command Palette. (Thanks @jpogran!) - 📺 vscode-PowerShell #2224 -
Provide Run Selection button in editor title menu. (Thanks @jpogran!) - 👷 vscode-powershell #2229 -
Fix version check in Install-VSCode.ps1. - 🚂 vscode-PowerShell #2226 -
Changes needed for Omnisharp migration of PowerShellEditorServices. - 🔍 vscode-powershell #2144 -
Fix debugging restart capability by ensuring the session file is not deleted.
PowerShellEditorServices
- 🐛 PowerShellEditorServices #1080 -
Remove extra newline in GetComment feature. - 🐛 PowerShellEditorServices #1079 -
Fix duplicate diagnostics caused by DidChange handler. - 🔧 PowerShellEditorServices #1076 -
Graduate PSReadLine feature and add UseLegacyReadLine. - ⚙️ PowerShellEditorServices #1075 -
Lock OmniSharp dependencies to v0.14.0. (Thanks @mholo65!) - 📟 PowerShellEditorServices #1064 -
Add support for terminal error color settings in PS7. - 🐛 PowerShellEditorServices #1073 -
Fix prerelease version discovery and fix omnisharp change. - 🐛 PowerShellEditorServices #1065 -
Fix TEMP debugging. - 🐛 vscode-powershell #1753 -
Override PSRL ReadKey on Windows as well. - 🚂 PowerShellEditorServices #1056 -
Re-architect PowerShell Editor Services to use the Omnisharp LSP platform. - 🐛 vscode-powershell #2116 -
Fix UNC intellisense backslash.