Skip to content

Rev version to v2020.4.0-preview and update CL #2621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# PowerShell Preview Extension Release History

## v2020.4.0-preview
### Wednesday, April 08, 2020
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

- ✨👷 [vscode-powershell #2617](https://github.com/PowerShell/vscode-powershell/pull/2617) -
Use PowerShell Daily in CI.
- 🐛📖 [vscode-powershell #2618](https://github.com/PowerShell/vscode-powershell/pull/2618) -
Fix link to 'Exchange Online Connection' in community snippets ToC. (Thanks @hjorslev!)
- 🐛🐢 [vscode-powershell #2606](https://github.com/PowerShell/vscode-powershell/pull/2606) -
Fix Pester CodeLens setting which allows Pester v4 scripts to work again. (Thanks @nohwnd!)

#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)

- ✨👷 [PowerShellEditorServices #1252](https://github.com/PowerShell/PowerShellEditorServices/pull/1252) -
Use PowerShell Daily in CI.
- 🐛⚡️🧠🔗 [PowerShellEditorServices #1251](https://github.com/PowerShell/PowerShellEditorServices/pull/1251) -
Add cancellation to SignatureHelp request and cache results for cmdlets on `Get-Command` and `Get-Help`.

## v2020.3.2-preview
### Tuesday, March 31, 2020
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powershell-preview",
"displayName": "PowerShell Preview",
"version": "2020.3.2",
"version": "2020.4.0",
"preview": true,
"publisher": "ms-vscode",
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",
Expand Down