File tree 4 files changed +23
-3
lines changed
module/PowerShellEditorServices
4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
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
+
3
23
## v1.8.1
4
24
### Wednesday, July 11, 2018
5
25
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >1.8.1 </VersionPrefix >
3
+ <VersionPrefix >1.8.2 </VersionPrefix >
4
4
<Company >Microsoft</Company >
5
5
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
6
6
<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}'
2
2
image : Visual Studio 2017
3
3
clone_depth : 10
4
4
skip_tags : true
Original file line number Diff line number Diff line change 12
12
RootModule = ' PowerShellEditorServices.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.8.1 '
15
+ ModuleVersion = ' 1.8.2 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 9ca15887-53a2-479a-9cda-48d26bcb6c47'
You can’t perform that action at this time.
0 commit comments