|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v2.0.0-preview.7 |
| 4 | +### Wednesday, December 11, 2019 |
| 5 | + |
| 6 | +- 🛫 🐛 [vscode-powershell #2292](https://github.com/PowerShell/PowerShellEditorServices/pull/1118) - |
| 7 | + Isolate PSES dependencies from PowerShell on load + make PSES a pure binary module. |
| 8 | +- [PowerShellEditorServices #1123](https://github.com/PowerShell/PowerShellEditorServices/pull/1123) - |
| 9 | + Add PoshChan rights for restarting CI to GitHub user 'bergmeister'. (Thanks @bergmeister!) |
| 10 | +- [PowerShellEditorServices #1122](https://github.com/PowerShell/PowerShellEditorServices/pull/1122) - |
| 11 | + Fix minor typo in comment. (Thanks @bergmeister!) |
| 12 | +- [PowerShellEditorServices #1121](https://github.com/PowerShell/PowerShellEditorServices/pull/1121) - |
| 13 | + Update PSReadLine in modules.json. |
| 14 | +- [PowerShellEditorServices #1108](https://github.com/PowerShell/PowerShellEditorServices/pull/1108) - |
| 15 | + Clear the terminal via the LSP. |
| 16 | +- 🔍 🐛 [vscode-powershell #2319](https://github.com/PowerShell/PowerShellEditorServices/pull/1117) - |
| 17 | + Run one invocation per SetBreakpoints request. (Thanks @SeeminglyScience!) |
| 18 | +- [PowerShellEditorServices #1116](https://github.com/PowerShell/PowerShellEditorServices/pull/1116) - |
| 19 | + Bump Microsoft.Extensions.Logging from 3.0.0 to 3.0.1. (Thanks @dependabot-preview[bot]!) |
| 20 | +- [PowerShellEditorServices #1115](https://github.com/PowerShell/PowerShellEditorServices/pull/1115) - |
| 21 | + Bump Microsoft.Extensions.FileSystemGlobbing from 3.0.0 to 3.0.1. (Thanks @dependabot-preview[bot]!) |
| 22 | +- [PowerShellEditorServices #1114](https://github.com/PowerShell/PowerShellEditorServices/pull/1114) - |
| 23 | + Fix Import-EditorCommand -Module. (Thanks @sk82jack!) |
| 24 | +- [PowerShellEditorServices #1112](https://github.com/PowerShell/PowerShellEditorServices/pull/1112) - |
| 25 | + Fix breakpoint setting deadlock. |
| 26 | +- 🔗 🐛 [vscode-powershell #2306](https://github.com/PowerShell/PowerShellEditorServices/pull/1110) - |
| 27 | + Fix references on Windows due to bad WorkspacePath. |
| 28 | +- [PowerShellEditorServices #993](https://github.com/PowerShell/PowerShellEditorServices/pull/993) - |
| 29 | + Add devcontainer support for building in container. (Thanks @bergmeister!) |
| 30 | +- 🛫 🐛 [vscode-powershell #2311](https://github.com/PowerShell/PowerShellEditorServices/pull/1107) - |
| 31 | + Protect against no RootUri (no open workspace). |
| 32 | +- 🐛 [vscode-powershell #2274](https://github.com/PowerShell/PowerShellEditorServices/pull/1092) - |
| 33 | + Fix '@' appearing in console. |
| 34 | +- 👮 🐛 [vscode-powershell #2288](https://github.com/PowerShell/PowerShellEditorServices/pull/1094) - |
| 35 | + Use RootUri.LocalPath for workspace path. |
| 36 | +- [PowerShellEditorServices #1101](https://github.com/PowerShell/PowerShellEditorServices/pull/1101) - |
| 37 | + Add PSAvoidAssignmentToAutomaticVariable to the default set of PSSA rules. (Thanks @bergmeister!) |
| 38 | +- 👮 🔗 🐛 [vscode-powershell #2290](https://github.com/PowerShell/PowerShellEditorServices/pull/1098) - |
| 39 | + Fix diagnostics not showing in untitled files and now also show CodeLens. |
| 40 | +- 🔍 🐛 [vscode-powershell #1850](https://github.com/PowerShell/PowerShellEditorServices/pull/1097) - |
| 41 | + Fixes no prompt showing up. |
| 42 | +- [PowerShellEditorServices #1099](https://github.com/PowerShell/PowerShellEditorServices/pull/1099) - |
| 43 | + Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0. (Thanks @dependabot-preview[bot]!) |
| 44 | +- 🚂 📺 🐛 [vscode-powershell #2284](https://github.com/PowerShell/PowerShellEditorServices/pull/1096) - |
| 45 | + Fix running indicator by ignoring PSRL aborts. |
| 46 | + |
3 | 47 | ## v2.0.0-preview.6
|
4 | 48 | ### Friday, November 1, 2019
|
5 | 49 |
|
|
0 commit comments