Skip to content

Commit 0151024

Browse files
authored
Update CHANGLOG.md with @rkeithhill's descriptions
1 parent 17a31b6 commit 0151024

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@
77
Add a community snippet for date-annotated `Write-Verbose` messages.
88

99
- [PowerShell/vscode-powershell #1228](https://github.com/PowerShell/vscode-powershell/issues/1228) -
10-
Make comment-based help trigger customizable (between `##`, `<#` and disabled).
10+
Make comment-based help trigger always be `##` with a new setting `powershell.helpCompletion` to
11+
allow you to select between help comment styles: `BlockComment` (default) or `LineComment`.
12+
You can also specify Disabled to disable this functionality.
1113

1214
- [PowerShell/vscode-powershell #603](https://github.com/PowerShell/vscode-powershell/issues/603) -
1315
Fix PowerShell crashing on machines with IPv6 disabled.
1416

1517
- [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+
Support custom PowerShell executable paths in user configuration which can be selected (via name)
19+
in either user or workspace configuration.
20+
1821
- [PowerShell/vscode-powershell #1264](https://github.com/PowerShell/vscode-powershell/pull/1264) -
1922
Add support for [Visual Studio Live Share](https://code.visualstudio.com/visual-studio-live-share).
2023

@@ -43,7 +46,7 @@
4346
Add snippets for Hashtable and PSCustomObject.
4447

4548
- [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>.
49+
Add a keybinding for Show Addtional Commands to <kbd>Shift</kbd>-<kbd>Alt</kbd>-<kbd>S</kbd>.
4750

4851
- [PowerShell/vscode-powershell #1227](https://github.com/PowerShell/vscode-powershell/pull/1227) -
4952
Add an indicator for when PowerShell is running in the status bar.

0 commit comments

Comments
 (0)