|
1 | 1 | # PowerShell Preview Extension Release History
|
2 | 2 |
|
| 3 | +## v2020.3.0-preview |
| 4 | +### Thursday, March 12, 2020 |
| 5 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 6 | + |
| 7 | +- 🐛👷♀️ [vscode-powershell #2533](https://github.com/PowerShell/vscode-powershell/pull/2533) - |
| 8 | + Change source repository's recommended extension from ms-vscode.csharp to ms-dotnettools.csharp. (Thanks @devlead!) |
| 9 | + |
| 10 | +- ✨🐢 [vscode-powershell #2441](https://github.com/PowerShell/vscode-powershell/pull/2441) - |
| 11 | + Run a single Pester test. (Thanks @nohwnd!) |
| 12 | +- 🐛🔧 [vscode-powershell #2524](https://github.com/PowerShell/vscode-powershell/pull/2524) - |
| 13 | + Add `files.exclude` and `search.exclude` to configurations sent through to exclude them from PSES functionality |
| 14 | + |
| 15 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 16 | + |
| 17 | +- ✨🧠 [PowerShellEditorServices #1232](https://github.com/PowerShell/PowerShellEditorServices/pull/1232) - |
| 18 | + Only resolve completion items from commands. |
| 19 | +- ✨🐢 [PowerShellEditorServices #1167](https://github.com/PowerShell/PowerShellEditorServices/pull/1167) - |
| 20 | + Run a single test in Pester v5. (Thanks @nohwnd!) |
| 21 | +- 🐛🔍 [vscode-powershell #2534](https://github.com/PowerShell/PowerShellEditorServices/pull/1230) - |
| 22 | + Ensure that errors are written to the console when debugging. |
| 23 | +- 🐛🔍 [vscode-powershell #2525](https://github.com/PowerShell/PowerShellEditorServices/pull/1229) - |
| 24 | + Don't warn users when using `Clear-Host` in temp sessions. |
| 25 | +- ✨💎 [PowerShellEditorServices #1228](https://github.com/PowerShell/PowerShellEditorServices/pull/1228) - |
| 26 | + Add better logging for formatter and refactor it into 1 class. |
| 27 | +- 🐛🚂 [vscode-powershell #2397](https://github.com/PowerShell/PowerShellEditorServices/pull/1227) - |
| 28 | + Use Assembly.LoadFile for dependency loading in WinPS. |
| 29 | +- ✨🛫 [PowerShellEditorServices #1222](https://github.com/PowerShell/PowerShellEditorServices/pull/1222) - |
| 30 | + Make initial logging work in constrained language mode, allowing the desired user-facing error to present. |
| 31 | +- 🐛🛫 [PowerShellEditorServices #1225](https://github.com/PowerShell/PowerShellEditorServices/pull/1225) - |
| 32 | + Sign Clear-Host.ps1. |
| 33 | +- 🐛🛫 [PowerShellEditorServices #1219](https://github.com/PowerShell/PowerShellEditorServices/pull/1219) - |
| 34 | + Ensure log directory is created. |
| 35 | +- 🐛👷♀️ [PowerShellEditorServices #1223](https://github.com/PowerShell/PowerShellEditorServices/pull/1223) - |
| 36 | + Change Ms-vscode.csharp to ms-dotnettools.csharp. (Thanks @devlead!) |
| 37 | +- 🐛🔧 [PowerShellEditorServices #1220](https://github.com/PowerShell/PowerShellEditorServices/pull/1220) - |
| 38 | + Fix typo in settings. |
| 39 | +- ✨🔧 [PowerShellEditorServices #1218](https://github.com/PowerShell/PowerShellEditorServices/pull/1218) - |
| 40 | + Switch to better document selecting for vim extension. |
| 41 | +- 🐛🧠 [PowerShellEditorServices #1217](https://github.com/PowerShell/PowerShellEditorServices/pull/1217) - |
| 42 | + Make session-state lock task-reentrant to fix Untitled file debugging. |
| 43 | + |
3 | 44 | ## v2020.3.0
|
4 | 45 | ### Thursday, March 12, 2020
|
5 | 46 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
|
|
0 commit comments