Thursday, July 30, 2020
vscode-PowerShell
- ๐บโจ vscode-powershell #2834 -
Enable LSP proposed features for Semantic Highlighting. Also allow the PowerShell ISE theme to use Semantic Highlighting. - ๐ฎโจ vscode-powershell #2831 -
Expose new formatter settingpowershell.codeFormatting.useConstantStrings
from PSScriptAnalyzer 1.19.1. (Thanks @bergmeister!) - ๐บโจ vscode-powershell #2789 -
Initial Notebook UI Mode in VS Code Insiders. - ๐งโจ vscode-powershell #2693 -
Migrate setting value ofpowershell.codeFormatting.whitespaceAroundPipe
to new settingpowershell.codeFormatting.addWhitespaceAroundPipe
automatically. (Thanks @bergmeister!) - ๐งนโจ vscode-powershell #2685 -
Refactor vscode-powershell IFeature classes to separate them into features that depend on the language server and features that don't. (Thanks @bergmeister!) - โจ vscode-powershell #2799 -
Initial VSCode-extension-facing PowerShell API: registering, unregistering, and getting PowerShell version details. - ๐ซโจ vscode-powershell #2796 -
Add setting to change the cwd of the Powershell Integrated Console. (Thanks @jwfx!) - ๐ซ๐ vscode-powershell #2780 -
Fix quoting of banner for global tool. - ๐๐ vscode-powershell #2765 -
Emit 'terminated' event if PSES is restarted.
PowerShellEditorServices
- ๐บโจ PowerShellEditorServices #1328 -
Enable handlers for Semantic Highlighting for better highlighting accuracy. - ๐ฎโจ PowerShellEditorServices #1333 -
Expose new rule PSAvoidUsingDoubleQuotesForConstantString added in PSScriptAnalyzer 1.19.1. (Thanks @bergmeister!) - ๐บโจ PowerShellEditorServices #1321 -
Needed changes for Notebook UI Support. - ๐ซโจ PowerShellEditorServices #1323 -
Add cwd property to settings. (Thanks @jwfx!) - ๐ซ๐ PowerShellEditorServices #1317 -
Move tests to PS7 and PS7.1 and fix IsNetCore check. - ๐โจ PowerShellEditorServices #1316 -
Return null when Hover request is cancelled or no symbol details. (Thanks @ralish!) - ๐ซ๐ vscode-powershell #2763 -
TLS 1.2 Support When Installing PackageManagement Module. (Thanks @serkanz!)