v2020.6.0-preview
Pre-release
Pre-release
Monday, June 01, 2020
vscode-PowerShell
- ๐ขโจ vscode-powershell #2730 -
Support adding anOutputFile
and allow running Pester tests from the command pallet. - ๐๐ vscode-powershell #2705 -
Tweak CodeLens logic now that we use Omnisharp's serializer. - ๐บโจ vscode-powershell #2702 -
Add coloring for$
and remove it fromwordSepartors
. (Thanks @MJECloud!) - ๐บโจ vscode-powershell #2704 -
Add buttons for moving the terminal pane around. (Thanks @MartinGC94!) - ๐ฎโ๐ vscode-powershell #2703 -
TweakwhitespaceAroundPipe
settings migration logic to do it only once. (Thanks @bergmeister!) - ๐ฎโ๐ vscode-powershell #2698 -
Change default ofpowershell.codeFormatting.pipelineIndentationStyle
from None back to NoIndentation due to PSScriptAnalyzer bug. (Thanks @bergmeister!)
PowerShellEditorServices
- ๐โจ PowerShellEditorServices #1301 -
FixAddLanguageProtocolLogging
OmniSharp breaking change. - ๐จโจ PowerShellEditorServices #1298 -
Remove leftover csproj reference to already removed project in test project PowerShellEditorServices.Test.Host.csproj. (Thanks @bergmeister!) - ๐โจ PowerShellEditorServices #1300 -
Address breaking changes in Omnisharp lib and depend onDocumentUri
more. - ๐โจ PowerShellEditorServices #1291 -
Depend onDocumentUri
for handing vscodeUri
's. - ๐ง โจ vscode-powershell #2706 -
SupportcompletionItem/resolve
request for comparison operators to show tooltip information.