|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v1.8.2 |
| 4 | +### Thursday, July 26, 2018 |
| 5 | + |
| 6 | +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) |
| 7 | + |
| 8 | +- [PowerShell/vscode-powershell #1438](https://github.com/PowerShell/vscode-powershell/pull/1438) - |
| 9 | + (GH-1437) Fix detecting contiguous comment blocks and regions (#1438) (Thanks @glennsarti!) |
| 10 | +- [PowerShell/vscode-powershell #1436](https://github.com/PowerShell/vscode-powershell/pull/1436) - |
| 11 | + First approach to fix issue with dbg/run start before PSES running (#1436) (Thanks @rkeithhill!) |
| 12 | + |
| 13 | +#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) |
| 14 | + |
| 15 | +- [PowerShell/PowerShellEditorServices #712](https://github.com/PowerShell/PowerShellEditorServices/pull/712) - |
| 16 | + workaround to support inmemory:// (#712) |
| 17 | +- [PowerShell/PowerShellEditorServices #706](https://github.com/PowerShell/PowerShellEditorServices/pull/706) - |
| 18 | + Go To Definition works with different Ast types (#706) |
| 19 | +- [PowerShell/PowerShellEditorServices #707](https://github.com/PowerShell/PowerShellEditorServices/pull/707) - |
| 20 | + fix stdio passing (#707) |
| 21 | +- [PowerShell/PowerShellEditorServices #709](https://github.com/PowerShell/PowerShellEditorServices/pull/709) - |
| 22 | + Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio (#709) |
| 23 | +- [PowerShell/PowerShellEditorServices #710](https://github.com/PowerShell/PowerShellEditorServices/pull/710) - |
| 24 | + stdio should only launch language service not debug (#710) |
| 25 | +- [PowerShell/PowerShellEditorServices #705](https://github.com/PowerShell/PowerShellEditorServices/pull/705) - |
| 26 | + Fix load order of PSSA modules (#705) |
| 27 | +- [PowerShell/PowerShellEditorServices #704](https://github.com/PowerShell/PowerShellEditorServices/pull/704) - |
| 28 | + Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704) (Thanks @bergmeister!) |
| 29 | + |
3 | 30 | ## v1.8.1
|
4 | 31 | ### Wednesday, July 11, 2018
|
5 | 32 |
|
|
0 commit comments