File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
3
+ ## v2.0.0-preview.8
4
+ ### Monday, January 13, 2020
5
+
6
+ - 📺 [ vscode-powershell #2405 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1152 ) -
7
+ Add tooltip to completions ParameterValue.
8
+ - 🛫 🐛 [ vscode-powershell #2393 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1151 ) -
9
+ Probe netfx dir for deps.
10
+ - 🚂 ⏱️ 🐛 [ vscode-powershell #2352 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1149 ) -
11
+ Fix lock up that occurs when WinForms is executed on the pipeline thread.
12
+ - 💭 🐛 [ vscode-powershell #2402 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1150 ) -
13
+ Fix temp debugging after it broke bringing in $psEditor.
14
+ - 🧠 🐛 [ vscode-powershell #2324 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1143 ) -
15
+ Fix unicode character uri bug.
16
+ - 🛫 📺 ✨ [ vscode-powershell #2370 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1141 ) -
17
+ Make startup banner simpler.
18
+ - [ vscode-powershell #2386 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1140 ) -
19
+ Fix uncaught exception when SafeToString returns null. (Thanks @jborean93 !)
20
+ - 🔗 🐛 [ vscode-powershell #2374 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1139 ) -
21
+ Simplify logic of determining Reference definition.
22
+ - 🛫 🐛 [ vscode-powershell #2379 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1138 ) -
23
+ Use -Option AllScope to fix Windows PowerShell error.
24
+
3
25
## v2.0.0-preview.7
4
26
### Wednesday, December 11, 2019
5
27
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<VersionPrefix >2.0.0</VersionPrefix >
4
- <VersionSuffix >preview.7 </VersionSuffix >
4
+ <VersionSuffix >preview.8 </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