|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v1.10.0 |
| 4 | +### Monday, December 3, 2018 |
| 5 | + |
| 6 | +- [PowerShellEditorServices #786](https://github.com/PowerShell/PowerShellEditorServices/pull/786) - |
| 7 | + Fix #17: Add go to definition support for dot sourced file paths (Thanks @dee-see!) |
| 8 | +- [PowerShellEditorServices #767](https://github.com/PowerShell/PowerShellEditorServices/pull/767) - |
| 9 | + Change unhandled messages to warnings instead of errors |
| 10 | +- [PowerShellEditorServices #765](https://github.com/PowerShell/PowerShellEditorServices/pull/765) - |
| 11 | + Fix PowerShell wildcard escaping in debug paths |
| 12 | +- [PowerShellEditorServices #778](https://github.com/PowerShell/PowerShellEditorServices/pull/778) - |
| 13 | + Fix multiple occurrences of the same typo (Thanks @dee-see!) |
| 14 | +- [PowerShellEditorServices #782](https://github.com/PowerShell/PowerShellEditorServices/pull/782) - |
| 15 | + Fix #779: NRE on Dispose in ExecutionTimer (Thanks @dee-see!) |
| 16 | +- [PowerShellEditorServices #772](https://github.com/PowerShell/PowerShellEditorServices/pull/772) - |
| 17 | + Add build information to releases to document it in logs |
| 18 | +- [PowerShellEditorServices #774](https://github.com/PowerShell/PowerShellEditorServices/pull/774) - |
| 19 | + New-EditorFile works on non-powershell untitled files |
| 20 | +- [PowerShellEditorServices #787](https://github.com/PowerShell/PowerShellEditorServices/pull/787) - |
| 21 | + Fix descion/decision typo in visitors (Thanks @dee-see!) |
| 22 | +- [PowerShellEditorServices #784](https://github.com/PowerShell/PowerShellEditorServices/pull/784) - |
| 23 | + Replace bad StringReader usage with String.Split() |
| 24 | +- [PowerShellEditorServices #768](https://github.com/PowerShell/PowerShellEditorServices/pull/768) - |
| 25 | + Make pipeline runtime exceptions warnings in log |
| 26 | +- [PowerShellEditorServices #790](https://github.com/PowerShell/PowerShellEditorServices/pull/790) - |
| 27 | + Add managed thread id to log output to add debugging threading issues (Thanks @rkeithhill!) |
| 28 | +- [PowerShellEditorServices #794](https://github.com/PowerShell/PowerShellEditorServices/pull/794) - |
| 29 | + Fix Pester CodeLens run/debug by not quoting params/already quoted args (Thanks @rkeithhill!) |
| 30 | +- [PowerShellEditorServices #785](https://github.com/PowerShell/PowerShellEditorServices/pull/785) - |
| 31 | + Adds ability to use separate pipes for reading and writing (Thanks @ant-druha!) |
| 32 | +- [PowerShellEditorServices #796](https://github.com/PowerShell/PowerShellEditorServices/pull/796) - |
| 33 | + Code cleanup of the start script and ESHost.cs file (Thanks @rkeithhill!) |
| 34 | +- [PowerShellEditorServices #795](https://github.com/PowerShell/PowerShellEditorServices/pull/795) - |
| 35 | + Fix file recursion overflow problems when enumerating directories in workspaces |
| 36 | +- [PowerShellEditorServices #697](https://github.com/PowerShell/PowerShellEditorServices/pull/697) - |
| 37 | + Add functionality to allow a Show-Command-like panel in VS Code (Thanks @corbob!) |
| 38 | +- [PowerShellEditorServices #777](https://github.com/PowerShell/PowerShellEditorServices/pull/777) - |
| 39 | + Move syntax folding processing to language server (Thanks @glennsarti!) |
| 40 | +- [PowerShellEditorServices #801](https://github.com/PowerShell/PowerShellEditorServices/pull/801) - |
| 41 | + Fix remoting to local PowerShell instances (e.g. WSL) |
| 42 | +- [PowerShellEditorServices #797](https://github.com/PowerShell/PowerShellEditorServices/pull/797) - |
| 43 | + Start of a PSES log file analyzer (Thanks @rkeithhill!) |
| 44 | +- [PowerShellEditorServices #789](https://github.com/PowerShell/PowerShellEditorServices/pull/789) - |
| 45 | + Add support for a "Show Documentation" quick fix menu entry (Thanks @rkeithhill!) |
| 46 | +- [PowerShellEditorServices #760](https://github.com/PowerShell/PowerShellEditorServices/pull/760) - |
| 47 | + Fix exception when remoting from Windows to non-Windows (Thanks @SeeminglyScience!) |
| 48 | + |
3 | 49 | ## v1.9.0
|
4 | 50 | ### Thursday, September 27, 2018
|
5 | 51 |
|
|
0 commit comments