|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
3 |
| -## v2020.5.0 |
4 |
| -### Wednesday, May 06, 2020 |
| 3 | +## v2020.6.0-preview |
| 4 | +### Monday, June 01, 2020 |
5 | 5 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
|
6 | 6 |
|
7 |
| -- [vscode-powershell #2676](https://github.com/PowerShell/vscode-powershell/pull/2676) - |
| 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 | + |
| 33 | +## v2020.5.0-preview |
| 34 | +### Wednesday, May 13, 2020 |
| 35 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 36 | + |
| 37 | +- ✨🐢 [vscode-powershell #2670](https://github.com/PowerShell/vscode-powershell/pull/2670) - |
| 38 | + Add debug output setting for Pester. (Thanks @nohwnd!) |
| 39 | +- ✨🔧 [vscode-powershell #2689](https://github.com/PowerShell/vscode-powershell/pull/2689) - |
| 40 | + Migrate setting value of `powershell.codeFormatting.whitespaceAroundPipe` to `powershell.codeFormatting.addWhitespaceAroundPipe` automatically. (Thanks @bergmeister!) |
| 41 | +- 🐛🔧 [vscode-powershell #2688](https://github.com/PowerShell/vscode-powershell/pull/2688) - |
| 42 | + Respect user choice when dismissing the `powerShellExePath` dialog. (Thanks @bergmeister!) |
| 43 | +- ✨👷 [vscode-powershell #2686](https://github.com/PowerShell/vscode-powershell/pull/2686) - |
| 44 | + Code clean up around some unused variables. (Thanks @bergmeister!) |
| 45 | +- 🐛🐢 [vscode-powershell #2676](https://github.com/PowerShell/vscode-powershell/pull/2676) - |
8 | 46 | Fix Pester invocation for 3x versions. (Thanks @nohwnd!)
|
9 |
| -- [vscode-powershell #2674](https://github.com/PowerShell/vscode-powershell/pull/2674) - |
| 47 | +- ✨👮 [vscode-powershell #2674](https://github.com/PowerShell/vscode-powershell/pull/2674) - |
10 | 48 | Add additional settings for PSScriptAnalyzer 1.19. (Thanks @bergmeister!)
|
11 |
| -- [vscode-powershell #2672](https://github.com/PowerShell/vscode-powershell/pull/2672) - |
| 49 | +- ⚡️🔍 [vscode-powershell #2672](https://github.com/PowerShell/vscode-powershell/pull/2672) - |
12 | 50 | Use in-memory debug adapter instead of spinning up new process.
|
13 | 51 |
|
14 | 52 | #### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
|
|
0 commit comments