Thursday, July 26, 2018
vscode-powershell
- PowerShell/vscode-powershell #1438 -
(GH-1437) Fix detecting contiguous comment blocks and regions (#1438) (Thanks @glennsarti!) - PowerShell/vscode-powershell #1436 -
First approach to fix issue with dbg/run start before PSES running (#1436) (Thanks @rkeithhill!)
PowerShellEditorServices
- PowerShell/PowerShellEditorServices #712 -
workaround to support inmemory:// (#712) - PowerShell/PowerShellEditorServices #706 -
Go To Definition works with different Ast types (#706) - PowerShell/PowerShellEditorServices #707 -
fix stdio passing (#707) - PowerShell/PowerShellEditorServices #709 -
Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio (#709) - PowerShell/PowerShellEditorServices #710 -
stdio should only launch language service not debug (#710) - PowerShell/PowerShellEditorServices #705 -
Fix load order of PSSA modules (#705) - PowerShell/PowerShellEditorServices #704 -
Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704) (Thanks @bergmeister!)