|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v2.0.0-preview.6 |
| 4 | +### Friday, November 1, 2019 |
| 5 | + |
| 6 | +#### Special Note |
| 7 | +In this release of the preview extension, |
| 8 | +we've merged significant architectural work into PowerShell Editor Services. |
| 9 | +After several months of work, PSES now uses the Omnisharp LSP library |
| 10 | +to handle Language Server Protocol interaction instead of rolling its own, |
| 11 | +allowing PSES to concentrate on being a good PowerShell backend. |
| 12 | +We hope you'll see increased performance and stability in this release. |
| 13 | +As always, [please let us know if you find any issues](https://github.com/PowerShell/PowerShellEditorServices/issues/new). |
| 14 | + |
| 15 | +- 🐛 [PowerShellEditorServices #1080](https://github.com/PowerShell/PowerShellEditorServices/pull/1080) - |
| 16 | + Remove extra newline in GetComment feature. |
| 17 | +- 🐛 [PowerShellEditorServices #1079](https://github.com/PowerShell/PowerShellEditorServices/pull/1079) - |
| 18 | + Fix duplicate diagnostics caused by DidChange handler. |
| 19 | +- 🔧 [PowerShellEditorServices #1076](https://github.com/PowerShell/PowerShellEditorServices/pull/1076) - |
| 20 | + Graduate PSReadLine feature and add UseLegacyReadLine. |
| 21 | +- ⚙️ [PowerShellEditorServices #1075](https://github.com/PowerShell/PowerShellEditorServices/pull/1075) - |
| 22 | + Lock OmniSharp dependencies to v0.14.0. (Thanks @mholo65!) |
| 23 | +- 📟 [PowerShellEditorServices #1064](https://github.com/PowerShell/PowerShellEditorServices/pull/1064) - |
| 24 | + Add support for terminal error color settings in PS7. |
| 25 | +- 🐛 [PowerShellEditorServices #1073](https://github.com/PowerShell/PowerShellEditorServices/pull/1073) - |
| 26 | + Fix prerelease version discovery and fix omnisharp change. |
| 27 | +- 🐛 [PowerShellEditorServices #1065](https://github.com/PowerShell/PowerShellEditorServices/pull/1065) - |
| 28 | + Fix TEMP debugging. |
| 29 | +- 🐛 [vscode-powershell #1753](https://github.com/PowerShell/PowerShellEditorServices/pull/1072) - |
| 30 | + Override PSRL ReadKey on Windows as well. |
| 31 | +- 💭 [PowerShellEditorServices #1066](https://github.com/PowerShell/PowerShellEditorServices/pull/1066) - |
| 32 | + Rework Omnisharp logging integration to make logging to files work again. |
| 33 | +- 👷 [PowerShellEditorServices #1055](https://github.com/PowerShell/PowerShellEditorServices/pull/1055) - |
| 34 | + Update .Net Core SDK from 2.1.801 to 2.1.802 (latest patch). (Thanks @bergmeister!) |
| 35 | +- 🚂 [PowerShellEditorServices #1056](https://github.com/PowerShell/PowerShellEditorServices/pull/1056) - |
| 36 | + Re-architect PowerShell Editor Services to use the Omnisharp LSP platform. |
| 37 | +- 🐛 [vscode-powershell #2116](https://github.com/PowerShell/PowerShellEditorServices/pull/1044) - |
| 38 | + Fix UNC intellisense backslash. |
| 39 | + |
3 | 40 | ## v2.0.0-preview.5
|
4 | 41 | ### Monday, September 23, 2019
|
5 | 42 |
|
|
0 commit comments