Skip to content

Commit 2f4a5a0

Browse files
authored
[Ignore] Update changelog for 1.8.4 release (#1505)
1 parent c3850d6 commit 2f4a5a0

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# vscode-powershell Release History
22

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+
332
## v1.8.3
433
### Wednesday, August 15, 2018
534

@@ -13,7 +42,7 @@
1342
Change resourceLangId to editorLangId so right-click works properly with unsaved files (Thanks @corbob!)
1443
- [PowerShell/vscode-powershell #1467](https://github.com/PowerShell/vscode-powershell/pull/1467) -
1544
Remove region folding from non-region areas (Thanks @glennsarti!)
16-
45+
1746
#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
1847

1948
- [PowerShell/PowerShellEditorServices #722](https://github.com/PowerShell/PowerShellEditorServices/pull/722) -

0 commit comments

Comments
 (0)