File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# vscode-powershell Release History
2
2
3
+ ## 1.4.2
4
+ ### Tuesday, September 5, 2017
5
+
6
+ - [ #993 ] ( https://github.com/PowerShell/vscode-powershell/issues/993 ) -
7
+ ` powershell.powerShellExePath ` using Sysnative path should be automatically
8
+ corrected when using 64-bit Visual Studio Code
9
+ - [ #1008 ] ( https://github.com/PowerShell/vscode-powershell/issues/1008 ) -
10
+ Windows PowerShell versions (x64 and x86) are not enumerated correctly
11
+ when using 64-bit Visual Studio Code
12
+ - [ #1009 ] ( https://github.com/PowerShell/vscode-powershell/issues/1009 ) -
13
+ PowerShell version indicator in status bar is missing tooltip
14
+ - [ #1020 ] ( https://github.com/PowerShell/vscode-powershell/issues/1020 ) -
15
+ "Show Session Menu", "Show Integrated Console", and "Restart Current Session"
16
+ commands should cause PowerShell extension to be activated
3
17
4
18
## 1.4.1
5
19
### Thursday, June 22, 2017
Original file line number Diff line number Diff line change 1
- version : ' 1.4.1 -insiders-{build}'
1
+ version : ' 1.4.2 -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.1 " ,
4
+ "version" : " 1.4.2 " ,
5
5
"publisher" : " ms-vscode" ,
6
6
"description" : " Develop PowerShell scripts in Visual Studio Code!" ,
7
7
"engines" : {
You can’t perform that action at this time.
0 commit comments