File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
module/PowerShellEditorServices Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
3
+ ## 1.5.1
4
+ ### Tuesday, November 14, 2017
5
+
6
+ - [ PowerShell/PowerShellEditorServices #574 ] ( https://github.com/PowerShell/PowerShellEditorServices/issues/574 ) -
7
+ Do not attempt to set breakpoints on files other than .ps1 and .psm1.
8
+
9
+ - [ PowerShell/PowerShellEditorServices #570 ] ( https://github.com/PowerShell/PowerShellEditorServices/issues/570 ) -
10
+ Fixed ` Get-Help -ShowWindow ` error in the PowerShell Integrated Console. However this fix does not address the issue with
11
+ the help window appearing behind VSCode.
12
+
13
+ - [ PowerShell/PowerShellEditorServices #567 ] ( https://github.com/PowerShell/PowerShellEditorServices/issues/567 ) -
14
+ Fixed off-by-one error in ValidatePosition method.
15
+
16
+ - [ PowerShell/vscode-powershell #1091 ] ( https://github.com/PowerShell/vscode-powershell/issues/1091 ) -
17
+ Fixed crash when editing remote file using psedit by catching PSNotSupportedException.
18
+
3
19
## 1.5.0
4
20
### Friday, October 27, 2017
5
21
@@ -689,4 +705,4 @@ Initial release with the following features:
689
705
- Go to Definition of cmdlets and variables
690
706
- Find References of cmdlets and variables
691
707
- Document and workspace symbol discovery
692
- - Local script debugging and basic interactive console support
708
+ - Local script debugging and basic interactive console support
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >1.5.0 </VersionPrefix >
3
+ <VersionPrefix >1.5.1 </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.5.0 .{build}'
1
+ version : ' 1.5.1 .{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.5.0 '
15
+ ModuleVersion = ' 1.5.1 '
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