Skip to content

Commit 2c1e8cd

Browse files
[Ignore] rev to 2.3.0-preview.1 (#1360)
1 parent 86ff5e2 commit 2c1e8cd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.3.0-preview.2
4+
### Wednesday, September 16, 2020
5+
6+
- 🧠 ✨ [vscode-powershell #2898](https://github.com/PowerShell/PowerShellEditorServices/pull/1352) -
7+
Type and Namespace completions now have tooltips. (Thanks @AspenForester!)
8+
- 🛫 🐛 [vscode-powershell #2719](https://github.com/PowerShell/PowerShellEditorServices/pull/1349) -
9+
Fix startup assembly version loading issue in PowerShell 6 and up.
10+
- 🔗 🐛 [vscode-powershell #2810](https://github.com/PowerShell/PowerShellEditorServices/pull/1348) -
11+
Fix reference number on Windows due to directory separator difference on Windows.
12+
- [PowerShellEditorServices #1343](https://github.com/PowerShell/PowerShellEditorServices/pull/1343) -
13+
Updated Semantic Handler to work with new LSP APIs. (Thanks @justinytchen!)
14+
- [PowerShellEditorServices #1337](https://github.com/PowerShell/PowerShellEditorServices/pull/1337) -
15+
Treat `Member`s as `Properties` in Semantic Highlighting for better accuracy.
16+
317
## v2.3.0-preview.1
418
### Thursday, July 30, 2020
519

PowerShellEditorServices.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.3.0</VersionPrefix>
4-
<VersionSuffix>preview.1</VersionSuffix>
4+
<VersionSuffix>preview.2</VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
77
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

0 commit comments

Comments
 (0)