v2019.9.0
Monday, September 23, 2019
vscode-PowerShell
- ๐ท vscode-powershell #1961 -
Changelog tools. - ๐ vscode-powershell #2141 -
Null check on activeTerminal to workaround vscode behavior. - โจ vscode-powershell #2105 -
Prompt to update PowerShell version. - ๐ vscode-powershell #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 -
Added functionality to install the User variant of Stable Edition. (Thanks @Lothindir!) - โจ vscode-powershell #2156 -
Default to PowerShell Core on Windows if it's installed. (Thanks @SydneyhSmith!) - โจ vscode-powershell #2084 -
Implement #1611 - provide dynamic debug config. (Thanks @rkeithhill!) - โจ vscode-powershell #2024 -
Add machine scope per VS Code team request. - โจ vscode-powershell #2081 -
Add param-block snippet. (Thanks @AspenForester!) - ๐งน vscode-powershell #2062 -
Remove redundant snippets. (Thanks @travis-c-lagrone!) - โจ vscode-powershell #1974 -
Add #Requires snippets. (Thanks @travis-c-lagrone!) - ๐งน vscode-powershell #2063 -
Remove redundant community snippets. (Thanks @travis-c-lagrone!) - ๐ท vscode-powershell #2065 -
Update '.vscode/settings.json' to identify snippet files as 'JSON with Comments'. (Thanks @travis-c-lagrone!) - ๐ vscode-powershell #2065 -
Docs updates. (Thanks @SydneyhSmith!) - ๐ท vscode-powershell #2038 -
Add ADS insiders gallery file to update script. - ๐ vscode-powershell #2037 -
Update PSScriptAnalyzer docs Url to point to master branch because master is now the default branch. (Thanks @bergmeister!) - ๐ vscode-powershell #2035 -
#1019: Get format settings from document editor instead of global. (Thanks @tillig!) - ๐ท vscode-powershell #2025 -
Fix node version detect logic to handle node v10. (Thanks @rkeithhill!) - โจ vscode-powershell #1946 -
Add ArgumentCompleter snippets. (Thanks @travis-c-lagrone!) - ๐งน vscode-powershell #2015 -
Fix node types version.
PowerShellEditorServices
- ๐ PowerShellEditorServices #1022 -
Catch stream exceptions for some Debug Adapter stability. - ๐ PowerShellEditorServices #1021 -
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!). - ๐ vscode-powershell #1994 -
Fix crash when setBreakpoint from VSCode sends a git:/ URI. - ๐งน PowerShellEditorServices #988 -
Remove consoleecho lib for PowerShell 7. - ๐ PowerShellEditorServices #986 -
Documentation updates. (Thanks @SydneyhSmith!) - โ๏ธ PowerShellEditorServices #981 -
Update NewtonSoft.Json dependency from 10.0.3 to 11.02 since PS 6.0 has been deprecated. (Thanks @bergmeister!) - ๐ vscode-powershell #2007 -
Defend against crash when no PSScriptAnalyzer is found. - ๐ท PowerShellEditorServices #978 -
Delete stale WebSocket code.