|
1 | 1 | # PowerShell Preview Extension Release History
|
2 | 2 |
|
| 3 | +## v2019.9.0 |
| 4 | +### Wednesday, September 18, 2019 |
| 5 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 6 | + |
| 7 | +- 👷 [vscode-powershell #1961](https://github.com/PowerShell/vscode-powershell/pull/1961) - |
| 8 | + Changelog tools. |
| 9 | +- 🐛 [vscode-powershell #2141](https://github.com/PowerShell/vscode-powershell/pull/2141) - |
| 10 | + Null check on activeTerminal to workaround vscode behavior. |
| 11 | +- ✨ [vscode-powershell #2105](https://github.com/PowerShell/vscode-powershell/pull/2105) - |
| 12 | + Prompt to update PowerShell version. |
| 13 | +- 🔎 [vscode-powershell #2165](https://github.com/PowerShell/vscode-powershell/pull/2165) - |
| 14 | + Add powershell.codeFormatting.autoCorrectAliases setting to add support for optionally correcting aliases as well (added in PSSA 1.18.2). Disabled by default.. (Thanks @bergmeister!) |
| 15 | +- ✨ [vscode-powershell #2160](https://github.com/PowerShell/vscode-powershell/pull/2160) - |
| 16 | + Added functionality to install the User variant of Stable Edition. (Thanks @Lothindir!) |
| 17 | +- ✨ [vscode-powershell #2156](https://github.com/PowerShell/vscode-powershell) - |
| 18 | + Default to PowerShell Core on Windows if it's installed. (Thanks @SydneyhSmith!) |
| 19 | +- ✨ [vscode-powershell #2084](https://github.com/PowerShell/vscode-powershell/pull/2084) - |
| 20 | + Implement #1611 - provide dynamic debug config. (Thanks @rkeithhill!) |
| 21 | +- ✨ [vscode-powershell #2024](https://github.com/PowerShell/vscode-powershell/pull/2039) - |
| 22 | + Add machine scope per VS Code team request. |
| 23 | +- ✨ [vscode-powershell #2081](https://github.com/PowerShell/vscode-powershell/pull/2081) - |
| 24 | + Add param-block snippet. (Thanks @AspenForester!) |
| 25 | +- 🧹 [vscode-powershell #2062](https://github.com/PowerShell/vscode-powershell/pull/2062) - |
| 26 | + Remove redundant snippets. (Thanks @travis-c-lagrone!) |
| 27 | +- ✨ [vscode-powershell #1974](https://github.com/PowerShell/vscode-powershell/pull/1974) - |
| 28 | + Add #Requires snippets. (Thanks @travis-c-lagrone!) |
| 29 | +- 🧹 [vscode-powershell #2063](https://github.com/PowerShell/vscode-powershell/pull/2063) - |
| 30 | + Remove redundant community snippets. (Thanks @travis-c-lagrone!) |
| 31 | +- 👷 [vscode-powershell #2065](https://github.com/PowerShell/vscode-powershell/pull/2065) - |
| 32 | + Update '.vscode/settings.json' to identify snippet files as 'JSON with Comments'. (Thanks @travis-c-lagrone!) |
| 33 | +- 📔 [vscode-powershell #2065](https://github.com/PowerShell/vscode-powershell) - |
| 34 | + Docs updates. (Thanks @SydneyhSmith!) |
| 35 | +- 👷 [vscode-powershell #2038](https://github.com/PowerShell/vscode-powershell/pull/2038) - |
| 36 | + Add ADS insiders gallery file to update script. |
| 37 | +- 🔎 [vscode-powershell #2037](https://github.com/PowerShell/vscode-powershell/pull/2037) - |
| 38 | + Update PSScriptAnalyzer docs Url to point to master branch because master is now the default branch. (Thanks @bergmeister!) |
| 39 | +- 🐛 [vscode-powershell #2035](https://github.com/PowerShell/vscode-powershell/pull/2035) - |
| 40 | + #1019: Get format settings from document editor instead of global. (Thanks @tillig!) |
| 41 | +- 👷 [vscode-powershell #2025](https://github.com/PowerShell/vscode-powershell/pull/2025) - |
| 42 | + Fix node version detect logic to handle node v10. (Thanks @rkeithhill!) |
| 43 | +- ✨ [vscode-powershell #1946](https://github.com/PowerShell/vscode-powershell/pull/1946) - |
| 44 | + Add ArgumentCompleter snippets. (Thanks @travis-c-lagrone!) |
| 45 | +- 🧹 [vscode-powershell #2015](https://github.com/PowerShell/vscode-powershell/pull/2015) - |
| 46 | + Fix node types version. |
| 47 | + |
| 48 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 49 | + |
| 50 | +- 🐛 [PowerShellEditorServices #1022](https://github.com/PowerShell/PowerShellEditorServices/pull/1022) - |
| 51 | + Catch stream exceptions for some Debug Adapter stability. |
| 52 | +- 🔎 [PowerShellEditorServices #1021](https://github.com/PowerShell/PowerShellEditorServices/pull/1021) - |
| 53 | + Add AutoCorrectAliases setting (PR to be made in VS-Code repo as well) to add support for optionally correcting aliases as well (added in PSSA 1.18.2). (Thanks @bergmeister!). |
| 54 | +- 🐛 [vscode-powershell #1994](https://github.com/PowerShell/PowerShellEditorServices/pull/1000) - |
| 55 | + Fix crash when setBreakpoint from VSCode sends a git:/ URI. |
| 56 | +- 🧹 [PowerShellEditorServices #988](https://github.com/PowerShell/PowerShellEditorServices/pull/988) - |
| 57 | + Remove consoleecho lib for PowerShell 7. |
| 58 | +- 📔 [PowerShellEditorServices #986](https://github.com/PowerShell/PowerShellEditorServices) - |
| 59 | + Documentation updates. (Thanks @SydneyhSmith!) |
| 60 | +- ⚙️ [PowerShellEditorServices #981](https://github.com/PowerShell/PowerShellEditorServices/pull/981) - |
| 61 | + Update NewtonSoft.Json dependency from 10.0.3 to 11.02 since PS 6.0 has been deprecated. (Thanks @bergmeister!) |
| 62 | +- 🐛 [vscode-powershell #2007](https://github.com/PowerShell/PowerShellEditorServices/pull/974) - |
| 63 | + Defend against crash when no PSScriptAnalyzer is found. |
| 64 | +- 👷 [PowerShellEditorServices #978](https://github.com/PowerShell/PowerShellEditorServices/pull/977) - |
| 65 | + Delete stale WebSocket code. |
| 66 | + |
3 | 67 | ## v2019.5.0
|
4 | 68 | ### Wednesday, May 22, 2019
|
5 | 69 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
|
|
0 commit comments