|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2020.7.0-preview |
| 4 | +### Wednesday, July 22, 2020 |
| 5 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 6 | + |
| 7 | +- 📺✨ [vscode-powershell #2789](https://github.com/PowerShell/vscode-powershell/pull/2789) - |
| 8 | + Initial Notebook UI Mode in VS Code Insiders. |
| 9 | +- ✨ [vscode-powershell #2799](https://github.com/PowerShell/vscode-powershell/pull/2799) - |
| 10 | + Initial VSCode-extension-facing PowerShell API: registering, unregistering, and getting PowerShell version details. |
| 11 | +- 🛫✨ [vscode-powershell #2796](https://github.com/PowerShell/vscode-powershell/pull/2796) - |
| 12 | + Add setting to change the cwd of the Powershell Integrated Console. (Thanks @jwfx!) |
| 13 | +- 🛫🐛 [vscode-powershell #2780](https://github.com/PowerShell/vscode-powershell/pull/2788) - |
| 14 | + Fix quoting of banner for global tool. |
| 15 | +- 🔍🐛 [vscode-powershell #2765](https://github.com/PowerShell/vscode-powershell/pull/2775) - |
| 16 | + Emit 'terminated' event if PSES is restarted. |
| 17 | + |
| 18 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 19 | + |
| 20 | +- 📺✨ [PowerShellEditorServices #1321](https://github.com/PowerShell/PowerShellEditorServices/pull/1321) - |
| 21 | + Needed changes for Notebook UI Support. |
| 22 | +- 🛫✨ [PowerShellEditorServices #1323](https://github.com/PowerShell/PowerShellEditorServices/pull/1323) - |
| 23 | + Add cwd property to settings. (Thanks @jwfx!) |
| 24 | +- 🛫🐛 [PowerShellEditorServices #1317](https://github.com/PowerShell/PowerShellEditorServices/pull/1318) - |
| 25 | + Move tests to PS7 and PS7.1 and fix IsNetCore check. |
| 26 | +- 🔗✨ [PowerShellEditorServices #1316](https://github.com/PowerShell/PowerShellEditorServices/pull/1316) - |
| 27 | + Return null when Hover request is cancelled or no symbol details. (Thanks @ralish!) |
| 28 | +- 🛫🐛 [vscode-powershell #2763](https://github.com/PowerShell/PowerShellEditorServices/pull/1315) - |
| 29 | + TLS 1.2 Support When Installing PackageManagement Module. (Thanks @serkanz!) |
| 30 | + |
3 | 31 | ## v2020.6.0
|
4 | 32 | ### Thursday, June 11, 2020
|
5 | 33 |
|
|
0 commit comments