File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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 always be ` ## ` with a new setting ` powershell.helpCompletion ` to
10
+ Make comment-based help trigger always be ` ## ` with a new setting ` powershell.helpCompletion ` to
11
11
allow you to select between help comment styles: ` BlockComment ` (default) or ` LineComment ` .
12
12
You can also specify Disabled to disable this functionality.
13
13
17
17
- [ PowerShell/vscode-powershell #1243 ] ( https://github.com/PowerShell/vscode-powershell/issues/1243 ) -
18
18
Support custom PowerShell executable paths in user configuration which can be selected (via name)
19
19
in either user or workspace configuration.
20
-
20
+
21
21
- [ PowerShell/vscode-powershell #1264 ] ( https://github.com/PowerShell/vscode-powershell/pull/1264 ) -
22
22
Add support for [ Visual Studio Live Share] ( https://code.visualstudio.com/visual-studio-live-share ) .
23
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " PowerShell" ,
3
3
"displayName" : " PowerShell" ,
4
- "version" : " 1.6 .0" ,
4
+ "version" : " 1.7 .0" ,
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