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