|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v2.0.0-preview.7 |
| 4 | +### Wednesday, December 11, 2019 |
| 5 | + |
| 6 | +- 👷 📟 [PowerShellEditorServices #1129](https://github.com/PowerShell/PowerShellEditorServices/pull/1129) - |
| 7 | + Update PSReadLine to 2.0.0-rc1 in modules.json. |
| 8 | +- 🛫 🐛 ⚡️ [vscode-powershell #2292](https://github.com/PowerShell/PowerShellEditorServices/pull/1118) - |
| 9 | + Isolate PSES dependencies from PowerShell on load + make PSES a pure binary module. |
| 10 | +- ✨ 📟 [PowerShellEditorServices #1108](https://github.com/PowerShell/PowerShellEditorServices/pull/1108) - |
| 11 | + Clear the terminal via the LSP. |
| 12 | +- 🔍 🐛 [vscode-powershell #2319](https://github.com/PowerShell/PowerShellEditorServices/pull/1117) - |
| 13 | + Run one invocation per SetBreakpoints request. (Thanks @SeeminglyScience!) |
| 14 | +- 🐛 [PowerShellEditorServices #1114](https://github.com/PowerShell/PowerShellEditorServices/pull/1114) - |
| 15 | + Fix Import-EditorCommand -Module. (Thanks @sk82jack!) |
| 16 | +- 🐛 🔍 [PowerShellEditorServices #1112](https://github.com/PowerShell/PowerShellEditorServices/pull/1112) - |
| 17 | + Fix breakpoint setting deadlock. |
| 18 | +- 🔗 🐛 [vscode-powershell #2306](https://github.com/PowerShell/PowerShellEditorServices/pull/1110) - |
| 19 | + Fix references on Windows due to bad WorkspacePath. |
| 20 | +- ✨ 👷 [PowerShellEditorServices #993](https://github.com/PowerShell/PowerShellEditorServices/pull/993) - |
| 21 | + Add devcontainer support for building in container. (Thanks @bergmeister!) |
| 22 | +- 🛫 🐛 [vscode-powershell #2311](https://github.com/PowerShell/PowerShellEditorServices/pull/1107) - |
| 23 | + Protect against no RootUri (no open workspace). |
| 24 | +- 🐛 📟 [vscode-powershell #2274](https://github.com/PowerShell/PowerShellEditorServices/pull/1092) - |
| 25 | + Fix '@' appearing in console. |
| 26 | +- 👮 🐛 [vscode-powershell #2288](https://github.com/PowerShell/PowerShellEditorServices/pull/1094) - |
| 27 | + Use RootUri.LocalPath for workspace path. |
| 28 | +- 🐛 👮 [PowerShellEditorServices #1101](https://github.com/PowerShell/PowerShellEditorServices/pull/1101) - |
| 29 | + Add PSAvoidAssignmentToAutomaticVariable to the default set of PSSA rules. (Thanks @bergmeister!) |
| 30 | +- 👮 🔗 🐛 [vscode-powershell #2290](https://github.com/PowerShell/PowerShellEditorServices/pull/1098) - |
| 31 | + Fix diagnostics not showing in untitled files and now also show CodeLens. |
| 32 | +- 🔍 🐛 [vscode-powershell #1850](https://github.com/PowerShell/PowerShellEditorServices/pull/1097) - |
| 33 | + Fixes no prompt showing up when debugging. |
| 34 | +- 🚂 📺 🐛 [vscode-powershell #2284](https://github.com/PowerShell/PowerShellEditorServices/pull/1096) - |
| 35 | + Fix running indicator by ignoring PSRL aborts. |
| 36 | + |
3 | 37 | ## v2.0.0-preview.6
|
4 | 38 | ### Friday, November 1, 2019
|
5 | 39 |
|
|
0 commit comments