Skip to content

Commit 32c9623

Browse files
authored
[Ignore] Update powershell-preview CHANGELOG for v2020.1.0 (#2415)
1 parent 6796055 commit 32c9623

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# PowerShell Preview Extension Release History
22

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+
335
## v2019.12.0
436
### Wednesday, December 11, 2019
537
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2019.12.0",
4+
"version": "2020.1.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)