File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# vscode-powershell Release History
22
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+
310## 1.4.0
411### Wednesday, June 21, 2017
512
Original file line number Diff line number Diff line change 1- version : ' 1.4.0 -insiders-{build}'
1+ version : ' 1.4.1 -insiders-{build}'
22image : Visual Studio 2017
33clone_depth : 10
44skip_tags : true
Original file line number Diff line number Diff line change 11{
22 "name" : " PowerShell" ,
33 "displayName" : " PowerShell" ,
4- "version" : " 1.4.0 " ,
4+ "version" : " 1.4.1 " ,
55 "publisher" : " ms-vscode" ,
66 "description" : " Develop PowerShell scripts in Visual Studio Code!" ,
77 "engines" : {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import { HelpCompletionFeature } from "./features/HelpCompletion";
3333
3434// NOTE: We will need to find a better way to deal with the required
3535// PS Editor Services version...
36- var requiredEditorServicesVersion = "1.4.0 " ;
36+ var requiredEditorServicesVersion = "1.4.1 " ;
3737
3838var logger : Logger = undefined ;
3939var sessionManager : SessionManager = undefined ;
You can’t perform that action at this time.
0 commit comments