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.