Releases: PowerShell/PowerShellEditorServices
Releases · PowerShell/PowerShellEditorServices
v2.2.0-preview.4
Monday, June 08, 2020
- 🔗 🐛 PowerShellEditorServices #1304 -
Use From instead of FromFileSystem fixing CodeLens references. - 📟 ✨ PowerShellEditorServices #1290 -
Allow PSReadLine to work in ConstrainedLanguage mode.
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.