|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v1.9.0 |
| 4 | +### Thursday, September 27, 2018 |
| 5 | +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) |
| 6 | + |
| 7 | +- [vscode-PowerShell #1548](https://github.com/PowerShell/vscode-PowerShell/pull/1548) - |
| 8 | + Explicitly return `undefined` from resolveDbgConfig when session not started (Thanks @rkeithhill!) |
| 9 | +- [vscode-PowerShell #1516](https://github.com/PowerShell/vscode-PowerShell/pull/1516) - |
| 10 | + Change "Get Online Help" menu item label to "Get Help" (Thanks @corbob!) |
| 11 | +- [vscode-PowerShell #1525](https://github.com/PowerShell/vscode-PowerShell/pull/1525) - |
| 12 | + Remove duplicate/overlapping folding regions (Thanks @glennsarti!) |
| 13 | + |
| 14 | +#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) |
| 15 | + |
| 16 | +- [PowerShellEditorServices #750](https://github.com/PowerShell/PowerShellEditorServices/pull/750) - |
| 17 | + Fix issue where # in path causes the path to resolve incorrectly |
| 18 | +- [PowerShellEditorServices #721](https://github.com/PowerShell/PowerShellEditorServices/pull/721) - |
| 19 | + Change Get-Help behavior to return local help when online help can't be displayed (Thanks @corbob!) |
| 20 | +- [PowerShellEditorServices #748](https://github.com/PowerShell/PowerShellEditorServices/pull/748) - |
| 21 | + Fix index out-of-range exception when deleting script files |
| 22 | +- [PowerShellEditorServices #749](https://github.com/PowerShell/PowerShellEditorServices/pull/749) - |
| 23 | + Fix crash for finding symbols on bad paths |
| 24 | +- [PowerShellEditorServices #740](https://github.com/PowerShell/PowerShellEditorServices/pull/740) - |
| 25 | + Fix inner help completion |
| 26 | +- [PowerShellEditorServices #736](https://github.com/PowerShell/PowerShellEditorServices/pull/736) - |
| 27 | + Cache the reflection call done for completions |
| 28 | +- [PowerShellEditorServices #737](https://github.com/PowerShell/PowerShellEditorServices/pull/737) - |
| 29 | + Remove LINQ usage in language service methods |
| 30 | +- [PowerShellEditorServices #743](https://github.com/PowerShell/PowerShellEditorServices/pull/743) - |
| 31 | + Remove unnecessary LINQ calls from LanguageServer |
| 32 | + |
3 | 33 | ## v1.8.4
|
4 | 34 | ### Friday, August 31, 2018
|
5 | 35 | #### [vscode-powershell](https://github.com/powershell/vscode-powershell)
|
|
0 commit comments