Skip to content

changelog for stable 2019.9.0 #2196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# vscode-powershell Release History

## v2019.9.0
### Monday, September 23, 2019
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

- 🐛 [vscode-powershell #2141](https://github.com/PowerShell/vscode-powershell/pull/2141) -
Null check on activeTerminal to workaround vscode behavior.
- ✨ [vscode-powershell #2105](https://github.com/PowerShell/vscode-powershell/pull/2105) -
Prompt to update PowerShell version.
- 🔎 [vscode-powershell #2165](https://github.com/PowerShell/vscode-powershell/pull/2165) -
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!)
- ✨ [vscode-powershell #2160](https://github.com/PowerShell/vscode-powershell/pull/2160) -
Added functionality to install the User variant of Stable Edition. (Thanks @Lothindir!)
- ✨ [vscode-powershell #2156](https://github.com/PowerShell/vscode-powershell) -
Default to PowerShell Core on Windows if it's installed. (Thanks @SydneyhSmith!)
- ✨ [vscode-powershell #2084](https://github.com/PowerShell/vscode-powershell/pull/2084) -
Implement #1611 - provide dynamic debug config. (Thanks @rkeithhill!)
- ✨ [vscode-powershell #2024](https://github.com/PowerShell/vscode-powershell/pull/2039) -
Add machine scope per VS Code team request.
- ✨ [vscode-powershell #2081](https://github.com/PowerShell/vscode-powershell/pull/2081) -
Add param-block snippet. (Thanks @AspenForester!)
- ✨ [vscode-powershell #1974](https://github.com/PowerShell/vscode-powershell/pull/1974) -
Add #Requires snippets. (Thanks @travis-c-lagrone!)
- 👷 [vscode-powershell #2065](https://github.com/PowerShell/vscode-powershell/pull/2065) -
Update '.vscode/settings.json' to identify snippet files as 'JSON with Comments'. (Thanks @travis-c-lagrone!)
- 📔 [vscode-powershell #2065](https://github.com/PowerShell/vscode-powershell) -
Docs updates. (Thanks @SydneyhSmith!)
- 👷 [vscode-powershell #2038](https://github.com/PowerShell/vscode-powershell/pull/2038) -
Add ADS insiders gallery file to update script.
- 🔎 [vscode-powershell #2037](https://github.com/PowerShell/vscode-powershell/pull/2037) -
Update PSScriptAnalyzer docs Url to point to master branch because master is now the default branch. (Thanks @bergmeister!)
- 🐛 [vscode-powershell #2035](https://github.com/PowerShell/vscode-powershell/pull/2035) -
#1019: Get format settings from document editor instead of global. (Thanks @tillig!)
- 👷 [vscode-powershell #2025](https://github.com/PowerShell/vscode-powershell/pull/2025) -
Fix node version detect logic to handle node v10. (Thanks @rkeithhill!)
- ✨ [vscode-powershell #1946](https://github.com/PowerShell/vscode-powershell/pull/1946) -
Add ArgumentCompleter snippets. (Thanks @travis-c-lagrone!)
- 🧹 [vscode-powershell #2015](https://github.com/PowerShell/vscode-powershell/pull/2015) -
Fix node types version.

## v2019.5.0
### Friday, May 24, 2019
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
Expand Down Expand Up @@ -2061,4 +2100,4 @@ Initial release with the following features:
- Find References of cmdlets and variables
- Document and workspace symbol discovery
- Local script debugging and basic interactive console support