|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
3 |
| -## v1.12.0 |
4 |
| -### Friday, March 29, 2019 |
| 3 | +## v1.12.1 |
| 4 | +### Wednesday, April 10, 2019 |
| 5 | + |
| 6 | +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) |
5 | 7 |
|
6 |
| -### Highlights |
| 8 | +- [vscode-PowerShell #1865](https://github.com/PowerShell/vscode-powershell/pull/1867) - |
| 9 | + Change casing of `powershell.codeformatting` settings for consistency: |
| 10 | + - `powershell.codeformatting.WhitespaceInsideBrace` is now `powershell.codeformatting.whitespaceInsideBrace` |
| 11 | + - `powershell.codeformatting.WhitespaceAroundPipe` is now `powershell.codeformatting.whitespaceAroundPipe` |
| 12 | +- [vscode-PowerShell #1852](https://github.com/PowerShell/vscode-PowerShell/pull/1852) - |
| 13 | + Turn `powershell.codeformatting.useCorrectCasing` setting off by default until PSSA issues are fixed (Thanks @bergmeister!) |
| 14 | +- [vscode-PowerShell #1837](https://github.com/PowerShell/vscode-PowerShell/pull/1837) - |
| 15 | + Do not use -EncodedCommand on Windows |
7 | 16 |
|
8 |
| -* Support for [PSScriptAnalyzer 1.18](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.18.0) 📝 |
9 |
| -* The ability to debug any runspace in any process 🔎 |
10 |
| -* Enable attach to process on Linux and macOS 🔎 |
| 17 | +#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) |
| 18 | + |
| 19 | +- [PowerShellEditorServices #906](https://github.com/PowerShell/PowerShellEditorServices/pull/906) - |
| 20 | + Fix New-EditorFile with no folder or no files open |
| 21 | +- [PowerShellEditorServices #908](https://github.com/PowerShell/PowerShellEditorServices/pull/908) - |
| 22 | + Fix crash in CodeLens with UNC paths on Windows (Thanks @rkeithhill!) |
| 23 | +- [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) - |
| 24 | + Improve path auto-completion (Thanks @rkeithhill!) |
| 25 | +- [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) - |
| 26 | + Fix UseCorrectCasing to be actually configurable via `powershell.codeFormatting.useCorrectCasing` (Thanks @bergmeister!) |
11 | 27 |
|
12 |
| -There are a lot more goodies in this version. Checkout the changelog below! |
| 28 | +## v1.12.0 |
| 29 | +### Friday, March 29, 2019 |
13 | 30 |
|
14 | 31 | #### [vscode-powershell](https://github.com/powershell/vscode-powershell)
|
15 | 32 |
|
|
0 commit comments