|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2020.6.0-preview |
| 4 | +### Monday, June 01, 2020 |
| 5 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 6 | + |
| 7 | +- 🐢✨ [vscode-powershell #2730](https://github.com/PowerShell/vscode-powershell/pull/2730) - |
| 8 | + Support adding an `OutputFile` and allow running Pester tests from the command pallet. |
| 9 | +- 🔗🐛 [vscode-powershell #2705](https://github.com/PowerShell/vscode-powershell/pull/2705) - |
| 10 | + Tweak CodeLens logic now that we use Omnisharp's serializer. |
| 11 | +- 📺✨ [vscode-powershell #2702](https://github.com/PowerShell/vscode-powershell/pull/2702) - |
| 12 | + Add coloring for `$` and remove it from `wordSepartors`. (Thanks @MJECloud!) |
| 13 | +- 📺✨ [vscode-powershell #2704](https://github.com/PowerShell/vscode-powershell/pull/2704) - |
| 14 | + Add buttons for moving the terminal pane around. (Thanks @MartinGC94!) |
| 15 | +- 👮🐛 [vscode-powershell #2703](https://github.com/PowerShell/vscode-powershell/pull/2703) - |
| 16 | + Tweak `whitespaceAroundPipe` settings migration logic to do it only once. (Thanks @bergmeister!) |
| 17 | +- 👮🐛 [vscode-powershell #2698](https://github.com/PowerShell/vscode-powershell/pull/2698) - |
| 18 | + Change default of `powershell.codeFormatting.pipelineIndentationStyle` from None back to NoIndentation due to PSScriptAnalyzer bug. (Thanks @bergmeister!) |
| 19 | + |
| 20 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 21 | + |
| 22 | +- 🚂✨ [PowerShellEditorServices #1301](https://github.com/PowerShell/PowerShellEditorServices/pull/1301) - |
| 23 | + Fix `AddLanguageProtocolLogging` OmniSharp breaking change. |
| 24 | +- 🚨✨ [PowerShellEditorServices #1298](https://github.com/PowerShell/PowerShellEditorServices/pull/1298) - |
| 25 | + Remove leftover csproj reference to already removed project in test project PowerShellEditorServices.Test.Host.csproj. (Thanks @bergmeister!) |
| 26 | +- 🚂✨ [PowerShellEditorServices #1300](https://github.com/PowerShell/PowerShellEditorServices/pull/1300) - |
| 27 | + Address breaking changes in Omnisharp lib and depend on `DocumentUri` more. |
| 28 | +- 🚂✨ [PowerShellEditorServices #1291](https://github.com/PowerShell/PowerShellEditorServices/pull/1291) - |
| 29 | + Depend on `DocumentUri` for handing vscode `Uri`'s. |
| 30 | +- 🧠✨ [vscode-powershell #2706](https://github.com/PowerShell/PowerShellEditorServices/pull/1294) - |
| 31 | + Support `completionItem/resolve` request for comparison operators to show tooltip information. |
| 32 | + |
3 | 33 | ## v2020.5.0-preview
|
4 | 34 | ### Wednesday, May 13, 2020
|
5 | 35 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
|
|
0 commit comments