v2.0.0-preview.3
Pre-release
Pre-release
v2.0.0-preview.3
Wednesday, April 10, 2019
vscode-powershell
- vscode-PowerShell #1865 -
Change casing ofpowershell.codeformatting
settings for consistency:powershell.codeformatting.WhitespaceInsideBrace
is nowpowershell.codeformatting.whitespaceInsideBrace
powershell.codeformatting.WhitespaceAroundPipe
is nowpowershell.codeformatting.whitespaceAroundPipe
- vscode-PowerShell #1852 -
Turnpowershell.codeformatting.useCorrectCasing
setting off by default until PSSA issues are fixed (Thanks @bergmeister!) - vscode-PowerShell #1838 -
Set PSReadLine featureFlag default to null so that it can be resolved by settings - vscode-PowerShell #1837 -
Do not use -EncodedCommand on Windows - vscode-PowerShell #1825 -
Switch to current lowercase names for powershell and mdlint recommended extensions (Thanks @rkeithhill!) - vscode-PowerShell #1823 -
Update to official TSLint ext in extensions.json, old version deprecated (Thanks @rkeithhill!)
PowerShellEditorServices
- PowerShellEditorServices #902 -
Improve path auto-completion (Thanks @rkeithhill!) - PowerShellEditorServices #910 -
Fix UseCorrectCasing to be actually configurable viapowershell.codeFormatting.useCorrectCasing
(Thanks @bergmeister!) - PowerShellEditorServices #909 -
Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!) - PowerShellEditorServices #903 -
Move temp folder into repo to avoid state that causes build errors from time to time when rebuilding locally (and packages have updated) (Thanks @bergmeister!)