|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v2019.9.0 |
| 4 | +### Monday, September 23, 2019 |
| 5 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 6 | + |
| 7 | +- 🐛 [vscode-powershell #2141](https://github.com/PowerShell/vscode-powershell/pull/2141) - |
| 8 | + Null check on activeTerminal to workaround vscode behavior. |
| 9 | +- ✨ [vscode-powershell #2105](https://github.com/PowerShell/vscode-powershell/pull/2105) - |
| 10 | + Prompt to update PowerShell version. |
| 11 | +- 🔎 [vscode-powershell #2165](https://github.com/PowerShell/vscode-powershell/pull/2165) - |
| 12 | + 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!) |
| 13 | +- ✨ [vscode-powershell #2160](https://github.com/PowerShell/vscode-powershell/pull/2160) - |
| 14 | + Added functionality to install the User variant of Stable Edition. (Thanks @Lothindir!) |
| 15 | +- ✨ [vscode-powershell #2156](https://github.com/PowerShell/vscode-powershell) - |
| 16 | + Default to PowerShell Core on Windows if it's installed. (Thanks @SydneyhSmith!) |
| 17 | +- ✨ [vscode-powershell #2084](https://github.com/PowerShell/vscode-powershell/pull/2084) - |
| 18 | + Implement #1611 - provide dynamic debug config. (Thanks @rkeithhill!) |
| 19 | +- ✨ [vscode-powershell #2024](https://github.com/PowerShell/vscode-powershell/pull/2039) - |
| 20 | + Add machine scope per VS Code team request. |
| 21 | +- ✨ [vscode-powershell #2081](https://github.com/PowerShell/vscode-powershell/pull/2081) - |
| 22 | + Add param-block snippet. (Thanks @AspenForester!) |
| 23 | +- ✨ [vscode-powershell #1974](https://github.com/PowerShell/vscode-powershell/pull/1974) - |
| 24 | + Add #Requires snippets. (Thanks @travis-c-lagrone!) |
| 25 | +- 👷 [vscode-powershell #2065](https://github.com/PowerShell/vscode-powershell/pull/2065) - |
| 26 | + Update '.vscode/settings.json' to identify snippet files as 'JSON with Comments'. (Thanks @travis-c-lagrone!) |
| 27 | +- 📔 [vscode-powershell #2065](https://github.com/PowerShell/vscode-powershell) - |
| 28 | + Docs updates. (Thanks @SydneyhSmith!) |
| 29 | +- 👷 [vscode-powershell #2038](https://github.com/PowerShell/vscode-powershell/pull/2038) - |
| 30 | + Add ADS insiders gallery file to update script. |
| 31 | +- 🔎 [vscode-powershell #2037](https://github.com/PowerShell/vscode-powershell/pull/2037) - |
| 32 | + Update PSScriptAnalyzer docs Url to point to master branch because master is now the default branch. (Thanks @bergmeister!) |
| 33 | +- 🐛 [vscode-powershell #2035](https://github.com/PowerShell/vscode-powershell/pull/2035) - |
| 34 | + #1019: Get format settings from document editor instead of global. (Thanks @tillig!) |
| 35 | +- 👷 [vscode-powershell #2025](https://github.com/PowerShell/vscode-powershell/pull/2025) - |
| 36 | + Fix node version detect logic to handle node v10. (Thanks @rkeithhill!) |
| 37 | +- ✨ [vscode-powershell #1946](https://github.com/PowerShell/vscode-powershell/pull/1946) - |
| 38 | + Add ArgumentCompleter snippets. (Thanks @travis-c-lagrone!) |
| 39 | +- 🧹 [vscode-powershell #2015](https://github.com/PowerShell/vscode-powershell/pull/2015) - |
| 40 | + Fix node types version. |
| 41 | + |
3 | 42 | ## v2019.5.0
|
4 | 43 | ### Friday, May 24, 2019
|
5 | 44 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
|
@@ -2061,4 +2100,4 @@ Initial release with the following features:
|
2061 | 2100 | - Find References of cmdlets and variables
|
2062 | 2101 | - Document and workspace symbol discovery
|
2063 | 2102 | - Local script debugging and basic interactive console support
|
2064 |
| - |
| 2103 | + |
0 commit comments