File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
module/PowerShellEditorServices Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11# PowerShell Editor Services Release History
22
3+ ## v1.8.2
4+ ### Thursday, July 26, 2018
5+
6+ #### Fixes and Improvements
7+
8+ - [ PowerShell/PowerShellEditorServices #712 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/712 ) -
9+ workaround to support inmemory:// (#712 )
10+ - [ PowerShell/PowerShellEditorServices #706 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/706 ) -
11+ Go To Definition works with different Ast types (#706 )
12+ - [ PowerShell/PowerShellEditorServices #707 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/707 ) -
13+ fix stdio passing (#707 )
14+ - [ PowerShell/PowerShellEditorServices #709 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/709 ) -
15+ Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio (#709 )
16+ - [ PowerShell/PowerShellEditorServices #710 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/710 ) -
17+ stdio should only launch language service not debug (#710 )
18+ - [ PowerShell/PowerShellEditorServices #705 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/705 ) -
19+ Fix load order of PSSA modules (#705 )
20+ - [ PowerShell/PowerShellEditorServices #704 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/704 ) -
21+ Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704 ) (Thanks @bergmeister !)
22+
323## v1.8.1
424### Wednesday, July 11, 2018
525
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >1.8.1 </VersionPrefix >
3+ <VersionPrefix >1.8.2 </VersionPrefix >
44 <Company >Microsoft</Company >
55 <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
66 <PackageTags >PowerShell;editor;development;language;debugging</PackageTags >
Original file line number Diff line number Diff line change 1- version : ' 1.8.1 .{build}'
1+ version : ' 1.8.2 .{build}'
22image : Visual Studio 2017
33clone_depth : 10
44skip_tags : true
Original file line number Diff line number Diff line change 1212RootModule = ' PowerShellEditorServices.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.8.1 '
15+ ModuleVersion = ' 1.8.2 '
1616
1717# ID used to uniquely identify this module
1818GUID = ' 9ca15887-53a2-479a-9cda-48d26bcb6c47'
You can’t perform that action at this time.
0 commit comments