|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v1.10.0 |
| 4 | +### Monday, December 3, 2018 |
| 5 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 6 | + |
| 7 | +- [vscode-PowerShell #1610](https://github.com/PowerShell/vscode-powershell/pull/1610) - |
| 8 | + Remove client-side syntax folding provider in favor of server-side provider (thanks @glennsarti!) |
| 9 | +- [vscode-PowerShell #1616](https://github.com/PowerShell/vscode-powershell/pull/1616) - |
| 10 | + Make `Restart Current Session` always available in the session quick pick |
| 11 | +- [vscode-PowerShell #1406](https://github.com/PowerShell/vscode-powershell/pull/1406) - |
| 12 | + Add a Show-Command explorer (thanks @corbob!) |
| 13 | +- [vscode-PowerShell #1615](https://github.com/PowerShell/vscode-powershell/pull/1615) - |
| 14 | + Fix Pester CodeLens not working for running/debugging tests (thanks @rkeithhill!) |
| 15 | +- [vscode-PowerShell #1600](https://github.com/PowerShell/vscode-powershell/pull/1608) - |
| 16 | + Add CodeAction support to show PSSA rule documentation (thanks @rkeithhill!) |
| 17 | +- [vscode-PowerShell #1606](https://github.com/PowerShell/vscode-powershell/pull/1606) - |
| 18 | + Add <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>J</kbd> (<kbd>Cmd</kbd>+<kbd>Alt</kbd>+<kbd>J</kbd> on macOS) |
| 19 | + keybinding to open up list of available snippets |
| 20 | +- [vscode-PowerShell #1597](https://github.com/PowerShell/vscode-powershell/pull/1597) - |
| 21 | + Make `Install-VSCode.ps1` work on macOS and Linux. Get the script [here](https://github.com/PowerShell/vscode-powershell/blob/master/scripts/Install-VSCode.ps1) |
| 22 | +- [vscode-PowerShell #1580](https://github.com/PowerShell/vscode-powershell/pull/1580) - |
| 23 | + `New-EditorFile` works on non-PowerShell untitled files |
| 24 | +- [vscode-PowerShell #1557](https://github.com/PowerShell/vscode-powershell/pull/1557) - |
| 25 | + Default to showing the last line in folded regions. Unset with `"powershell.codeFolding.showLastLine": false` |
| 26 | + (thanks @glennsarti!) |
| 27 | +- [vscode-PowerShell #1567](https://github.com/PowerShell/vscode-powershell/pull/1567) - |
| 28 | + New snippet: Exchange Online connection (thanks @vmsilvamolina!) |
| 29 | +- [vscode-PowerShell #1567](https://github.com/PowerShell/vscode-powershell/pull/1567) - |
| 30 | + New snippet: HTML header (thanks @vmsilvamolina!) |
| 31 | +- [vscode-PowerShell #1555](https://github.com/PowerShell/vscode-powershell/pull/1555) - |
| 32 | + Log when language client not loaded during initialization (thanks @corbob!) |
| 33 | +- [vscode-PowerShell #1554](https://github.com/PowerShell/vscode-powershell/pull/1554) - |
| 34 | + Fix spacing in parameters when starting the extension (thanks @rkeithhill!) |
| 35 | + |
| 36 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 37 | + |
| 38 | +- [PowerShellEditorServices #786](https://github.com/PowerShell/PowerShellEditorServices/pull/786) - |
| 39 | + Fix #17: Add go to definition support for dot sourced file paths (Thanks @dee-see!) |
| 40 | +- [PowerShellEditorServices #767](https://github.com/PowerShell/PowerShellEditorServices/pull/767) - |
| 41 | + Change unhandled messages to warnings instead of errors |
| 42 | +- [PowerShellEditorServices #765](https://github.com/PowerShell/PowerShellEditorServices/pull/765) - |
| 43 | + Fix PowerShell wildcard escaping in debug paths |
| 44 | +- [PowerShellEditorServices #778](https://github.com/PowerShell/PowerShellEditorServices/pull/778) - |
| 45 | + Fix multiple occurrences of the same typo (Thanks @dee-see!) |
| 46 | +- [PowerShellEditorServices #782](https://github.com/PowerShell/PowerShellEditorServices/pull/782) - |
| 47 | + Fix #779: NRE on Dispose in ExecutionTimer (Thanks @dee-see!) |
| 48 | +- [PowerShellEditorServices #772](https://github.com/PowerShell/PowerShellEditorServices/pull/772) - |
| 49 | + Log build info |
| 50 | +- [PowerShellEditorServices #774](https://github.com/PowerShell/PowerShellEditorServices/pull/774) - |
| 51 | + New-EditorFile works on non-powershell untitled files |
| 52 | +- [PowerShellEditorServices #787](https://github.com/PowerShell/PowerShellEditorServices/pull/787) - |
| 53 | + Fix descion/decision typo in visitors (Thanks @dee-see!) |
| 54 | +- [PowerShellEditorServices #784](https://github.com/PowerShell/PowerShellEditorServices/pull/784) - |
| 55 | + Replace bad StringReader usage with String.Split() |
| 56 | +- [PowerShellEditorServices #768](https://github.com/PowerShell/PowerShellEditorServices/pull/768) - |
| 57 | + Make pipeline runtime exceptions warnings in log |
| 58 | +- [PowerShellEditorServices #790](https://github.com/PowerShell/PowerShellEditorServices/pull/790) - |
| 59 | + Add managed thread id to log output to add debugging threading issues (Thanks @rkeithhill!) |
| 60 | +- [PowerShellEditorServices #794](https://github.com/PowerShell/PowerShellEditorServices/pull/794) - |
| 61 | + Fix Pester CodeLens run/debug by not quoting params/already quoted args (Thanks @rkeithhill!) |
| 62 | +- [PowerShellEditorServices #785](https://github.com/PowerShell/PowerShellEditorServices/pull/785) - |
| 63 | + Adds ability to use separate pipes for reading and writing (Thanks @ant-druha!) |
| 64 | +- [PowerShellEditorServices #796](https://github.com/PowerShell/PowerShellEditorServices/pull/796) - |
| 65 | + Code cleanup of the start script and ESHost.cs file (Thanks @rkeithhill!) |
| 66 | +- [PowerShellEditorServices #795](https://github.com/PowerShell/PowerShellEditorServices/pull/795) - |
| 67 | + Fix file recursion overflow problems |
| 68 | +- [PowerShellEditorServices #697](https://github.com/PowerShell/PowerShellEditorServices/pull/697) - |
| 69 | + Add functionality to allow a Show-Command like panel in VS Code (Thanks @corbob!) |
| 70 | +- [PowerShellEditorServices #777](https://github.com/PowerShell/PowerShellEditorServices/pull/777) - |
| 71 | + Add syntax folding (Thanks @glennsarti!) |
| 72 | +- [PowerShellEditorServices #801](https://github.com/PowerShell/PowerShellEditorServices/pull/801) - |
| 73 | + Fix local remoting |
| 74 | +- [PowerShellEditorServices #797](https://github.com/PowerShell/PowerShellEditorServices/pull/797) - |
| 75 | + Start of a PSES log file analyzer (Thanks @rkeithhill!) |
| 76 | +- [PowerShellEditorServices #789](https://github.com/PowerShell/PowerShellEditorServices/pull/789) - |
| 77 | + Add support for a "Show Documentation" quick fix menu entry (Thanks @rkeithhill!) |
| 78 | +- [PowerShellEditorServices #760](https://github.com/PowerShell/PowerShellEditorServices/pull/760) - |
| 79 | + Fix exception when remoting from Windows to non-Windows (Thanks @SeeminglyScience!) |
| 80 | + |
3 | 81 | ## v1.9.0
|
4 | 82 | ### Thursday, September 27, 2018
|
5 | 83 | #### [vscode-powershell](https://github.com/powershell/vscode-powershell)
|
|
0 commit comments