File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# vscode-powershell Release History
2
2
3
+
4
+ ## 1.4.1
5
+ ### Thursday, June 22, 2017
6
+
7
+ - [ PowerShell/PowerShellEditorServices #529 ] ( https://github.com/PowerShell/PowerShellEditorServices/issues/529 ) -
8
+ Fixed an issue with loading the extension with in PowerShell Core 6.0.0-beta3
9
+
3
10
## 1.4.0
4
11
### Wednesday, June 21, 2017
5
12
Original file line number Diff line number Diff line change 1
- version : ' 1.4.0 -insiders-{build}'
1
+ version : ' 1.4.1 -insiders-{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 1
1
{
2
2
"name" : " PowerShell" ,
3
3
"displayName" : " PowerShell" ,
4
- "version" : " 1.4.0 " ,
4
+ "version" : " 1.4.1 " ,
5
5
"publisher" : " ms-vscode" ,
6
6
"description" : " Develop PowerShell scripts in Visual Studio Code!" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import { HelpCompletionFeature } from "./features/HelpCompletion";
33
33
34
34
// NOTE: We will need to find a better way to deal with the required
35
35
// PS Editor Services version...
36
- var requiredEditorServicesVersion = "1.4.0 " ;
36
+ var requiredEditorServicesVersion = "1.4.1 " ;
37
37
38
38
var logger : Logger = undefined ;
39
39
var sessionManager : SessionManager = undefined ;
You can’t perform that action at this time.
0 commit comments