v2020.7.0-preview
Pre-release
Pre-release
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!)