Skip to content

v2.0.0-preview.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@rjmholt rjmholt released this 12 Apr 21:50

v2.0.0-preview.3

Wednesday, April 10, 2019

vscode-powershell

  • vscode-PowerShell #1865 -
    Change casing of powershell.codeformatting settings for consistency:
    • powershell.codeformatting.WhitespaceInsideBrace is now powershell.codeformatting.whitespaceInsideBrace
    • powershell.codeformatting.WhitespaceAroundPipe is now powershell.codeformatting.whitespaceAroundPipe
  • vscode-PowerShell #1852 -
    Turn powershell.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