Skip to content

Commit b650573

Browse files
[Ignore] Add additional items to CHANGELOG (#2840)
1 parent 3f1cb1c commit b650573

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# PowerShell Extension Release History
22

33
## v2020.7.0-preview
4-
### Wednesday, July 22, 2020
4+
### Thursday, July 30, 2020
55
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
66

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!)
711
- 📺✨ [vscode-powershell #2789](https://github.com/PowerShell/vscode-powershell/pull/2789) -
812
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!)
917
-[vscode-powershell #2799](https://github.com/PowerShell/vscode-powershell/pull/2799) -
1018
Initial VSCode-extension-facing PowerShell API: registering, unregistering, and getting PowerShell version details.
1119
- 🛫✨ [vscode-powershell #2796](https://github.com/PowerShell/vscode-powershell/pull/2796) -
@@ -17,6 +25,10 @@
1725

1826
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
1927

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!)
2032
- 📺✨ [PowerShellEditorServices #1321](https://github.com/PowerShell/PowerShellEditorServices/pull/1321) -
2133
Needed changes for Notebook UI Support.
2234
- 🛫✨ [PowerShellEditorServices #1323](https://github.com/PowerShell/PowerShellEditorServices/pull/1323) -

0 commit comments

Comments
 (0)