Skip to content

Commit 7ce3c85

Browse files
committed
Update changelog for 1.7.0
1 parent ec341ed commit 7ce3c85

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,59 @@
11
# vscode-powershell Release History
22

3+
## 1.7.0
4+
### Wednesday, April 25, 2018
5+
6+
- [PowerShell/vscode-powershell #1285](https://github.com/PowerShell/vscode-powershell/pull/1285) -
7+
Add a community snippet for date-annotated `Write-Verbose` messages.
8+
9+
- [PowerShell/vscode-powershell #1228](https://github.com/PowerShell/vscode-powershell/issues/1228) -
10+
Make comment-based help trigger customizable (between `##`, `<#` and disabled).
11+
12+
- [PowerShell/vscode-powershell #603](https://github.com/PowerShell/vscode-powershell/issues/603) -
13+
Fix PowerShell crashing on machines with IPv6 disabled.
14+
15+
- [PowerShell/vscode-powershell #1243](https://github.com/PowerShell/vscode-powershell/issues/1243) -
16+
Support custom PowerShell executable paths in user and workspace configurations.
17+
18+
- [PowerShell/vscode-powershell #1264](https://github.com/PowerShell/vscode-powershell/pull/1264) -
19+
Add support for [Visual Studio Live Share](https://code.visualstudio.com/visual-studio-live-share).
20+
21+
- [PowerShell/vscode-powershell #1261](https://github.com/PowerShell/vscode-powershell/pull/1261) -
22+
Add support for `$psEditor.GetEditorContext.CurrentFile.SaveAs("NewFileName.ps1")`.
23+
24+
- [PowerShell/vscode-powershell #1252](https://github.com/PowerShell/vscode-powershell/pull/1252) -
25+
Change the way the extension builds and runs, so that PowerShellEditorServices is self-contained.
26+
27+
- [PowerShell/vscode-powershell #1248](https://github.com/PowerShell/vscode-powershell/pull/1248) -
28+
Replace `$global:IsOSX` with `$global:IsMacOS`.
29+
30+
- [PowerShell/vscode-powershell #1246](https://github.com/PowerShell/vscode-powershell/pull/1246) -
31+
Create [community_snippets.md](./docs/community_snippets.md) for user created snippets.
32+
33+
- [PowerShell/vscode-powershell #1155](https://github.com/PowerShell/vscode-powershell/issues/1155) -
34+
Fix PSES crashes caused by running "Set PSScriptAnalyzer Rules" on an untitled file.
35+
36+
- [PowerShell/vscode-powershell #1236](https://github.com/PowerShell/vscode-powershell/pull/1236) -
37+
Stop an error occurring when VSCode trims trailing whitespace and sends document update messages.
38+
39+
- [PowerShell/vscode-powershell #996](https://github.com/PowerShell/vscode-powershell/issues/996) -
40+
Fix `Install-PSCode.ps1` crashing due to `$IsLinux` variable in older PowerShell versions.
41+
42+
- [PowerShell/vscode-powershell #1234](https://github.com/PowerShell/vscode-powershell/pull/1234) -
43+
Add snippets for Hashtable and PSCustomObject.
44+
45+
- [PowerShell/vscode-powershell #1233](https://github.com/PowerShell/vscode-powershell/pull/1233) -
46+
Add a keybinding for Show Addtional Commands to <kbd>Shift</kdb>-<kbd>Alt</kbd>-<kbd>S</kbd>.
47+
48+
- [PowerShell/vscode-powershell #1227](https://github.com/PowerShell/vscode-powershell/pull/1227) -
49+
Add an indicator for when PowerShell is running in the status bar.
50+
51+
- [PowerShell/vscode-powershell #1225](https://github.com/PowerShell/vscode-powershell/pull/1225) -
52+
Fix launch config not using temporary integrated console setting.
53+
54+
- [PowerShell/vscode-powershell #1208](https://github.com/PowerShell/vscode-powershell/issues/1208) -
55+
Stop configured temporary windows closing after running Pester tests.
56+
357
## 1.6.0
458
### Thursday, February 22, 2018
559

0 commit comments

Comments
 (0)