v1.7.0
1.7.0
Wednesday, April 25, 2018
-
PowerShell/vscode-powershell #1285 -
Add a community snippet for date-annotatedWrite-Verbose
messages. -
PowerShell/vscode-powershell #1228 -
Make comment-based help trigger always be##
with a new settingpowershell.helpCompletion
to
allow you to select between help comment styles:BlockComment
(default) orLineComment
.
You can also specify Disabled to disable this functionality. -
PowerShell/vscode-powershell #603 -
Fix PowerShell crashing on machines with IPv6 disabled. -
PowerShell/vscode-powershell #1243 -
Support custom PowerShell executable paths in user configuration which can be selected (via name)
in either user or workspace configuration. -
PowerShell/vscode-powershell #1264 -
Add support for Visual Studio Live Share. -
PowerShell/vscode-powershell #1261 -
Add support for$psEditor.GetEditorContext.CurrentFile.SaveAs("NewFileName.ps1")
. -
PowerShell/vscode-powershell #1252 -
Change the way the extension builds and runs, so that PowerShellEditorServices is self-contained. -
PowerShell/vscode-powershell #1248 -
Replace$global:IsOSX
with$global:IsMacOS
. -
PowerShell/vscode-powershell #1246 -
Create community_snippets.md for user created snippets. -
PowerShell/vscode-powershell #1155 -
Fix PSES crashes caused by running "Set PSScriptAnalyzer Rules" on an untitled file. -
PowerShell/vscode-powershell #1236 -
Stop an error occurring when VSCode trims trailing whitespace and sends document update messages. -
PowerShell/vscode-powershell #996 -
FixInstall-PSCode.ps1
crashing due to$IsLinux
variable in older PowerShell versions. -
PowerShell/vscode-powershell #1234 -
Add snippets for Hashtable and PSCustomObject. (Thanks to @rschaeferhig!) -
PowerShell/vscode-powershell #1233 -
Add a keybinding for Show Addtional Commands to Shift-Alt-S. (Thanks to @dsolodow!) -
PowerShell/vscode-powershell #1227 -
Add an indicator for when PowerShell is running in the status bar. -
PowerShell/vscode-powershell #1225 -
Fix launch config not using temporary integrated console setting. -
PowerShell/vscode-powershell #1208 -
Stop configured temporary windows closing after running Pester tests.