|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
3 | 3 | ## v2020.7.0-preview
|
4 |
| -### Wednesday, July 22, 2020 |
| 4 | +### Thursday, July 30, 2020 |
5 | 5 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
|
6 | 6 |
|
| 7 | +- 📺✨ [vscode-powershell #2834](https://github.com/PowerShell/vscode-powershell/pull/2834) - |
| 8 | + Enable LSP proposed features for Semantic Highlighting. Also allow the PowerShell ISE theme to use Semantic Highlighting. |
| 9 | +- 👮✨ [vscode-powershell #2831](https://github.com/PowerShell/vscode-powershell/pull/2831) - |
| 10 | + Expose new formatter setting `powershell.codeFormatting.useConstantStrings` from PSScriptAnalyzer 1.19.1. (Thanks @bergmeister!) |
7 | 11 | - 📺✨ [vscode-powershell #2789](https://github.com/PowerShell/vscode-powershell/pull/2789) -
|
8 | 12 | Initial Notebook UI Mode in VS Code Insiders.
|
| 13 | +- 🔧✨ [vscode-powershell #2693](https://github.com/PowerShell/vscode-powershell/pull/2830) - |
| 14 | + Migrate setting value of `powershell.codeFormatting.whitespaceAroundPipe` to new setting `powershell.codeFormatting.addWhitespaceAroundPipe` automatically. (Thanks @bergmeister!) |
| 15 | +- 🧹✨ [vscode-powershell #2685](https://github.com/PowerShell/vscode-powershell/pull/2685) - |
| 16 | + Refactor vscode-powershell IFeature classes to separate them into features that depend on the language server and features that don't. (Thanks @bergmeister!) |
9 | 17 | - ✨ [vscode-powershell #2799](https://github.com/PowerShell/vscode-powershell/pull/2799) -
|
10 | 18 | Initial VSCode-extension-facing PowerShell API: registering, unregistering, and getting PowerShell version details.
|
11 | 19 | - 🛫✨ [vscode-powershell #2796](https://github.com/PowerShell/vscode-powershell/pull/2796) -
|
|
17 | 25 |
|
18 | 26 | #### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
|
19 | 27 |
|
| 28 | +- 📺✨ [PowerShellEditorServices #1328](https://github.com/PowerShell/PowerShellEditorServices/pull/1328) - |
| 29 | + Enable handlers for Semantic Highlighting for better highlighting accuracy. |
| 30 | +- 👮✨ [PowerShellEditorServices #1333](https://github.com/PowerShell/PowerShellEditorServices/pull/1333) - |
| 31 | + Expose new rule PSAvoidUsingDoubleQuotesForConstantString added in PSScriptAnalyzer 1.19.1. (Thanks @bergmeister!) |
20 | 32 | - 📺✨ [PowerShellEditorServices #1321](https://github.com/PowerShell/PowerShellEditorServices/pull/1321) -
|
21 | 33 | Needed changes for Notebook UI Support.
|
22 | 34 | - 🛫✨ [PowerShellEditorServices #1323](https://github.com/PowerShell/PowerShellEditorServices/pull/1323) -
|
|
0 commit comments