|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v1.8.4 |
| 4 | +### Friday, August 31, 2018 |
| 5 | +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) |
| 6 | + |
| 7 | +- [vscode-PowerShell #1489](https://github.com/PowerShell/vscode-PowerShell/pulls/1489) - |
| 8 | + Use asynchronous logic for help completions |
| 9 | +- [vscode-PowerShell #1477](https://github.com/PowerShell/vscode-PowerShell/pulls/1477) - |
| 10 | + Add BitsTransfer & user switch to install latest user profile insiders edition with Install-VSCode.ps1 script (Thanks @tabs-not-spaces!) |
| 11 | +- [vscode-PowerShell #1485](https://github.com/PowerShell/vscode-PowerShell/pulls/1485) - |
| 12 | + Increase connection timeout |
| 13 | + |
| 14 | +#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) |
| 15 | + |
| 16 | +- [PowerShellEditorServices #728](https://github.com/PowerShell/PowerShellEditorServices/pulls/728) - |
| 17 | + Fix formatter crash when script contains parse errors |
| 18 | +- [PowerShellEditorServices #730](https://github.com/PowerShell/PowerShellEditorServices/pulls/730) - |
| 19 | + Fix crash where lines appended to end of script file causes out of bounds exception |
| 20 | +- [PowerShellEditorServices #732](https://github.com/PowerShell/PowerShellEditorServices/pulls/732) - |
| 21 | + Fix CodeLens crash when a file cannot be opened, stop unnecessary file reads in CodeLens |
| 22 | +- [PowerShellEditorServices #729](https://github.com/PowerShell/PowerShellEditorServices/pulls/729) - |
| 23 | + Fix a null dereference when an invalid cast exception has no inner exception |
| 24 | +- [PowerShellEditorServices #719](https://github.com/PowerShell/PowerShellEditorServices/pulls/719) - |
| 25 | + Reduce allocations in the CodeLens providers (Thanks @mattpwhite!) |
| 26 | +- [PowerShellEditorServices #725](https://github.com/PowerShell/PowerShellEditorServices/pulls/725) - |
| 27 | + Fix null dereference when debugging untitlted filesj |
| 28 | +- [PowerShellEditorServices #726](https://github.com/PowerShell/PowerShellEditorServices/pulls/726) - |
| 29 | + Fix comment-based help snippet |
| 30 | + |
| 31 | + |
3 | 32 | ## v1.8.3
|
4 | 33 | ### Wednesday, August 15, 2018
|
5 | 34 |
|
|
13 | 42 | Change resourceLangId to editorLangId so right-click works properly with unsaved files (Thanks @corbob!)
|
14 | 43 | - [PowerShell/vscode-powershell #1467](https://github.com/PowerShell/vscode-powershell/pull/1467) -
|
15 | 44 | Remove region folding from non-region areas (Thanks @glennsarti!)
|
16 |
| - |
| 45 | + |
17 | 46 | #### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
|
18 | 47 |
|
19 | 48 | - [PowerShell/PowerShellEditorServices #722](https://github.com/PowerShell/PowerShellEditorServices/pull/722) -
|
|
0 commit comments