|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v2.0.0-preview.3 |
| 4 | +### Wednesday, April 10, 2019 |
| 5 | +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) |
| 6 | + |
| 7 | +- [vscode-PowerShell #1865](https://github.com/PowerShell/vscode-powershell/pull/1867) - |
| 8 | + Change casing of `powershell.codeformatting` settings for consistency: |
| 9 | + - `powershell.codeformatting.WhitespaceInsideBrace` is now `powershell.codeformatting.whitespaceInsideBrace` |
| 10 | + - `powershell.codeformatting.WhitespaceAroundPipe` is now `powershell.codeformatting.whitespaceAroundPipe` |
| 11 | +- [vscode-PowerShell #1852](https://github.com/PowerShell/vscode-PowerShell/pull/1852) - |
| 12 | + Turn `powershell.codeformatting.useCorrectCasing` setting off by default until PSSA issues are fixed (Thanks @bergmeister!) |
| 13 | +- [vscode-PowerShell #1838](https://github.com/PowerShell/vscode-PowerShell/pull/1838) - |
| 14 | + Set PSReadLine featureFlag default to null so that it can be resolved by settings |
| 15 | +- [vscode-PowerShell #1837](https://github.com/PowerShell/vscode-PowerShell/pull/1837) - |
| 16 | + Do not use -EncodedCommand on Windows |
| 17 | +- [vscode-PowerShell #1825](https://github.com/PowerShell/vscode-PowerShell/pull/1825) - |
| 18 | + Switch to current lowercase names for powershell and mdlint recommended extensions (Thanks @rkeithhill!) |
| 19 | +- [vscode-PowerShell #1823](https://github.com/PowerShell/vscode-PowerShell/pull/1823) - |
| 20 | + Update to official TSLint ext in extensions.json, old version deprecated (Thanks @rkeithhill!) |
| 21 | + |
| 22 | +#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) |
| 23 | + |
| 24 | +- [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) - |
| 25 | + Improve path auto-completion (Thanks @rkeithhill!) |
| 26 | +- [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) - |
| 27 | + Fix UseCorrectCasing to be actually configurable via `powershell.codeFormatting.useCorrectCasing` (Thanks @bergmeister!) |
| 28 | +- [PowerShellEditorServices #909](https://github.com/PowerShell/PowerShellEditorServices/pull/909) - |
| 29 | + Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!) |
| 30 | +- [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) - |
| 31 | + 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!) |
| 32 | + |
3 | 33 | ## v2.0.0-preview.2
|
4 | 34 | ### Friday, March 29, 2019
|
5 | 35 |
|
|
0 commit comments