Skip to content

Commit 3f58d23

Browse files
Merge pull request #3946 from PowerShell/release
Release `v2022.5.0-preview`
2 parents cf9754f + f880e33 commit 3f58d23

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# PowerShell Extension Release History
22

3+
## v2022.5.0-preview
4+
### Monday, May 02, 2022
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
Fourth Release Candidate! Thanks for finding bugs and helping us squash them!
9+
10+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
11+
12+
- ✨ 📟 [PowerShellEditorServices #1785](https://github.com/PowerShell/PowerShellEditorServices/pull/1785) - Add `IHostUISupportsMultipleChoiceSelection` implementation.
13+
- 🐛 🔍 [PowerShellEditorServices #1784](https://github.com/PowerShell/PowerShellEditorServices/pull/1784) - Do not exit from `DebuggerStop` unless resuming.
14+
315
## v2022.4.3-preview
416
### Thursday, April 28, 2022
517

6-
Third release candidate. Our recent debugger and `ReadKey` overhauls revealed some other
18+
Third Release Candidate. Our recent debugger and `ReadKey` overhauls revealed some other
719
bugs that needed squashing! Please test this thoroughly. We're gaining confidence!
820

921
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)

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": "2022.4.3",
4+
"version": "2022.5.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)