File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 7
7
Add a community snippet for date-annotated ` Write-Verbose ` messages.
8
8
9
9
- [ 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.
11
13
12
14
- [ PowerShell/vscode-powershell #603 ] ( https://github.com/PowerShell/vscode-powershell/issues/603 ) -
13
15
Fix PowerShell crashing on machines with IPv6 disabled.
14
16
15
17
- [ 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
+
18
21
- [ PowerShell/vscode-powershell #1264 ] ( https://github.com/PowerShell/vscode-powershell/pull/1264 ) -
19
22
Add support for [ Visual Studio Live Share] ( https://code.visualstudio.com/visual-studio-live-share ) .
20
23
43
46
Add snippets for Hashtable and PSCustomObject.
44
47
45
48
- [ 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 >.
47
50
48
51
- [ PowerShell/vscode-powershell #1227 ] ( https://github.com/PowerShell/vscode-powershell/pull/1227 ) -
49
52
Add an indicator for when PowerShell is running in the status bar.
You can’t perform that action at this time.
0 commit comments