|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v1.8.3 |
| 4 | +### Wednesday, August 15, 2018 |
| 5 | + |
| 6 | +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) |
| 7 | + |
| 8 | +- [PowerShell/vscode-powershell #1480](https://github.com/PowerShell/vscode-powershell/pull/1480) - |
| 9 | + Use PowerShell signing script in VSTS builds |
| 10 | +- [PowerShell/vscode-powershell #1460](https://github.com/PowerShell/vscode-powershell/pull/1460) - |
| 11 | + Use newer version for preleases |
| 12 | +- [PowerShell/vscode-powershell #1475](https://github.com/PowerShell/vscode-powershell/pull/1475) - |
| 13 | + Change resourceLangId to editorLangId so right-click works properly with unsaved files (Thanks @corbob!) |
| 14 | +- [PowerShell/vscode-powershell #1467](https://github.com/PowerShell/vscode-powershell/pull/1467) - |
| 15 | + Remove region folding from non-region areas (Thanks @glennsarti!) |
| 16 | + |
| 17 | + #### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) |
| 18 | + |
| 19 | +- [PowerShell/PowerShellEditorServices #722](https://github.com/PowerShell/PowerShellEditorServices/pull/722) - |
| 20 | + Add VSTS signing step |
| 21 | +- [PowerShell/PowerShellEditorServices #717](https://github.com/PowerShell/PowerShellEditorServices/pull/717) - |
| 22 | + Increment version for prerelease |
| 23 | +- [PowerShell/PowerShellEditorServices #715](https://github.com/PowerShell/PowerShellEditorServices/pull/715) - |
| 24 | + Reduce allocations when parsing files (Thanks @mattpwhite!) |
| 25 | + |
3 | 26 | ## v1.8.2
|
4 | 27 | ### Thursday, July 26, 2018
|
5 | 28 |
|
6 | 29 | #### [vscode-powershell](https://github.com/powershell/vscode-powershell)
|
7 | 30 |
|
8 | 31 | - [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!) |
| 32 | + Fix detecting contiguous comment blocks and regions (Thanks @glennsarti!) |
10 | 33 | - [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!) |
| 34 | + First approach to fix issue with dbg/run start before PSES running (Thanks @rkeithhill!) |
12 | 35 |
|
13 | 36 | #### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
|
14 | 37 |
|
15 | 38 | - [PowerShell/PowerShellEditorServices #712](https://github.com/PowerShell/PowerShellEditorServices/pull/712) -
|
16 |
| - workaround to support inmemory:// (#712) |
| 39 | + workaround to support inmemory:// |
17 | 40 | - [PowerShell/PowerShellEditorServices #706](https://github.com/PowerShell/PowerShellEditorServices/pull/706) -
|
18 |
| - Go To Definition works with different Ast types (#706) |
| 41 | + Go To Definition works with different Ast types |
19 | 42 | - [PowerShell/PowerShellEditorServices #707](https://github.com/PowerShell/PowerShellEditorServices/pull/707) -
|
20 |
| - fix stdio passing (#707) |
| 43 | + fix stdio passing |
21 | 44 | - [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) |
| 45 | + Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio |
23 | 46 | - [PowerShell/PowerShellEditorServices #710](https://github.com/PowerShell/PowerShellEditorServices/pull/710) -
|
24 |
| - stdio should only launch language service not debug (#710) |
| 47 | + stdio should only launch language service not debug |
25 | 48 | - [PowerShell/PowerShellEditorServices #705](https://github.com/PowerShell/PowerShellEditorServices/pull/705) -
|
26 |
| - Fix load order of PSSA modules (#705) |
| 49 | + Fix load order of PSSA modules |
27 | 50 | - [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!) |
| 51 | + Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (Thanks @bergmeister!) |
29 | 52 |
|
30 | 53 | ## v1.8.1
|
31 | 54 | ### Wednesday, July 11, 2018
|
|
0 commit comments