File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
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
+
3
17
## v2.3.0-preview.1
4
18
### Thursday, July 30, 2020
5
19
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<VersionPrefix >2.3.0</VersionPrefix >
4
- <VersionSuffix >preview.1 </VersionSuffix >
4
+ <VersionSuffix >preview.2 </VersionSuffix >
5
5
<Company >Microsoft</Company >
6
6
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
7
7
<PackageTags >PowerShell;editor;development;language;debugging</PackageTags >
You can’t perform that action at this time.
0 commit comments