Releases: PowerShell/PowerShellEditorServices
Releases · PowerShell/PowerShellEditorServices
v2.2.0-preview.3
Monday, June 01, 2020
- 🚂✨ PowerShellEditorServices #1301 -
FixAddLanguageProtocolLogging
OmniSharp breaking change. - 🚨✨ PowerShellEditorServices #1298 -
Remove leftover csproj reference to already removed project in test project PowerShellEditorServices.Test.Host.csproj. (Thanks @bergmeister!) - 🚂✨ PowerShellEditorServices #1300 -
Address breaking changes in Omnisharp lib and depend onDocumentUri
more. - 🚂✨ PowerShellEditorServices #1291 -
Depend onDocumentUri
for handing vscodeUri
's. - 🧠✨ vscode-powershell #2706 -
SupportcompletionItem/resolve
request for comparison operators to show tooltip information.
v2.2.0-preview.2
Wednesday, May 06, 2020
- 🛫🐛 PowerShellEditorServices #1288 -
Don't update PackageManagement on ConstrainedLanguage mode. - 🛫🐛 PowerShellEditorServices #1289 -
Fix startup on empty workspaces. - 🛫🐛 PowerShellEditorServices #1285 -
Use API on ScriptBlock to generate PSCommand to run in ConstrainedLanguage mode. - ⚡️🧠 PowerShellEditorServices #1283 -
Move to Omnisharp lib 0.17.0 for increased performance. - ✨👮 PowerShellEditorServices #1280 -
Add additional settings for PSScriptAnalyzer 1.19. (Thanks @bergmeister!) - 🔗 🐛 vscode-powershell #305 -
Fix document highlight column. - 🐛🧠 PowerShellEditorServices #1276 -
Handle when no CommandInfo comes back from Get-Command to prevent an Exception showing up in logs.
v2.2.0-preview.1
Tuesday, April 28, 2020
- 📟 🐛 PowerShellEditorServices #1272 -
Allow progress colors to be settable and gettable from the internal host. - 🛫 ✨ PowerShellEditorServices #1239 -
Prompt to update PackageManagement when using an old version. - 🛫 ✨ PowerShellEditorServices #1269 -
Support ConstrainedLanguage mode. - 📺 ✨ PowerShellEditorServices #1268 -
Refactor GetCommandHandler to not use dynamic. - 🔍 🐛 vscode-powershell #2654 -
Fix interpolation in Log points, switch to double quotes. (Thanks @rkeithhill!) - PowerShellEditorServices #1267 -
Update module manifest to match current module. - 📟 🐛 vscode-powershell #2637 -
Leverage internal HostUI to check if VT100 is supported. - 📟 🐛 vscode-powershell #2637 -
Use stable builds of PSReadLine for the PowerShell extension and preview builds for the PowerShell Preview extension. - 💎 ✨ vscode-powershell #2543 -
Allow formatting when ScriptAnalysis setting is set to disabled.
v2.1.0
Thursday, April 15, 2020
Combines everything since the last stable (2.0.0
) release.
- ⚡️🧠 Better performance of overall but especially IntelliSense.
- 🐛📟 Errors show up properly on screen in PowerShell Integrated Console.
- ✨🐢 Run a single test in Pester v5 by setting
"powershell.pester.useLegacyCodeLens": false
. - 🐛🔧 Ignore files specified in
files.exclude
andsearch.exclude
in reference/CodeLens search.
v2.1.0-preview.6
Monday, April 13, 2020
- 🐛📟 PowerShellEditorServices #1258 -
No more warning about PowerShellEditorServices module being imported with unapproved verb.
v2.1.0-preview.5
Thursday, April 09, 2020
- ✨📟 PowerShellEditorServices #1255 -
Move PSReadLine invocation into cmdlets to get closer to supporting ConstrainedLanguage mode. Also removes hard coded PSReadLine assembly version.
v2.1.0-preview.4
Wednesday, April 08, 2020
- ✨👷 PowerShellEditorServices #1252 -
Use PowerShell Daily in CI. - 🐛⚡️🧠🔗 PowerShellEditorServices #1251 -
Add cancellation to SignatureHelp request and cache results for cmdlets onGet-Command
andGet-Help
.
v2.1.0-preview.3
Tuesday, March 31, 2020
- ✨📟 PowerShellEditorServices #1245 -
Better PSReadLine version filter check to include 2.1.0+ prereleases. - 🐛⚡️🧠🔗 PowerShellEditorServices #1248 -
Fix cancellation for completions and addtextDocument/hover
cancellation support.
v2.1.0-preview.2
Thursday, March 26, 2020
- 🐛🧠 vscode-powershell #2584 -
Refactor GetCommandSynopsisAsync method to make sure cmdlets with module prefixes work. - 🐛⚡️🧠📚 vscode-powershell #2556 -
Add cancellation fortextDocument/completion
,textDocument/codeAction
,textDocument/folding
. - ✨👮 vscode-powershell #2572 -
Only run diagnostics on PowerShell files. - ⚡️🧠 PowerShellEditorServices #1237 -
Optimize when we run GetCommandInfoAsync to use the pipeline less for Intellisense.
v2.1.0-preview.1
Thursday, March 12, 2020
- ✨🧠 PowerShellEditorServices #1232 -
Only resolve completion items from commands. - ✨🐢 PowerShellEditorServices #1167 -
Run a single test in Pester v5. (Thanks @nohwnd!) - 🐛🔍 vscode-powershell #2534 -
Ensure that errors are written to the console when debugging. - 🐛🔍 vscode-powershell #2525 -
Don't warn users when usingClear-Host
in temp sessions. - ✨💎 PowerShellEditorServices #1228 -
Add better logging for formatter and refactor it into 1 class. - 🐛🚂 vscode-powershell #2397 -
Use Assembly.LoadFile for dependency loading in WinPS. - ✨🛫 PowerShellEditorServices #1222 -
Make initial logging work in constrained language mode, allowing the desired user-facing error to present. - 🐛🛫 PowerShellEditorServices #1225 -
Sign Clear-Host.ps1. - 🐛🛫 PowerShellEditorServices #1219 -
Ensure log directory is created. - 🐛👷♀️ PowerShellEditorServices #1223 -
Change Ms-vscode.csharp to ms-dotnettools.csharp. (Thanks @devlead!) - 🐛🔧 PowerShellEditorServices #1220 -
Fix typo in settings. - ✨🔧 PowerShellEditorServices #1218 -
Switch to better document selecting for vim extension. - 🐛🧠 PowerShellEditorServices #1217 -
Make session-state lock task-reentrant to fix Untitled file debugging.