v2019.9.0
TylerLeonhardt
released this
24 Sep 19:00
·
19 commits
to legacy/1.x
since this release
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.