|
1 | 1 | # PowerShell Preview Extension Release History
|
2 | 2 |
|
| 3 | +## v2020.1.0 |
| 4 | +### Monday, January 13, 2020 |
| 5 | +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
| 6 | + |
| 7 | +- 🛫 ✨ [vscode-powershell #2384](https://github.com/PowerShell/vscode-PowerShell/pull/2400) - |
| 8 | + Add -Login startup option. |
| 9 | +- 🛫 🐛 [vscode-powershell #2380](https://github.com/PowerShell/vscode-PowerShell/pull/2399) - |
| 10 | + Make PowerShell names case insensitive for configuration. |
| 11 | +- 🛫 📺 ✨ [vscode-powershell #2370](https://github.com/PowerShell/vscode-PowerShell/pull/2398) - |
| 12 | + Add configuration to enable/disable banner. |
| 13 | + |
| 14 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 15 | + |
| 16 | +- 📺 [vscode-powershell #2405](https://github.com/PowerShell/PowerShellEditorServices/pull/1152) - |
| 17 | + Add tooltip to completions ParameterValue. |
| 18 | +- 🛫 🐛 [vscode-powershell #2393](https://github.com/PowerShell/PowerShellEditorServices/pull/1151) - |
| 19 | + Probe netfx dir for deps. |
| 20 | +- 🚂 ⏱️ 🐛 [vscode-powershell #2352](https://github.com/PowerShell/PowerShellEditorServices/pull/1149) - |
| 21 | + Fix lock up that occurs when WinForms is executed on the pipeline thread. |
| 22 | +- 💭 🐛 [vscode-powershell #2402](https://github.com/PowerShell/PowerShellEditorServices/pull/1150) - |
| 23 | + Fix temp debugging after it broke bringing in $psEditor. |
| 24 | +- 🧠 🐛 [vscode-powershell #2324](https://github.com/PowerShell/PowerShellEditorServices/pull/1143) - |
| 25 | + Fix unicode character uri bug. |
| 26 | +- 🛫 📺 ✨ [vscode-powershell #2370](https://github.com/PowerShell/PowerShellEditorServices/pull/1141) - |
| 27 | + Make startup banner simpler. |
| 28 | +- [vscode-powershell #2386](https://github.com/PowerShell/PowerShellEditorServices/pull/1140) - |
| 29 | + Fix uncaught exception when SafeToString returns null. (Thanks @jborean93!) |
| 30 | +- 🔗 🐛 [vscode-powershell #2374](https://github.com/PowerShell/PowerShellEditorServices/pull/1139) - |
| 31 | + Simplify logic of determining Reference definition. |
| 32 | +- 🛫 🐛 [vscode-powershell #2379](https://github.com/PowerShell/PowerShellEditorServices/pull/1138) - |
| 33 | + Use -Option AllScope to fix Windows PowerShell error. |
| 34 | + |
3 | 35 | ## v2019.12.0
|
4 | 36 | ### Wednesday, December 11, 2019
|
5 | 37 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
|
|
0 commit comments