Skip to content

Commit 9fe1080

Browse files
Merge pull request #3924 from PowerShell/release
Release `v2022.4.1-preview`
2 parents b39366e + 0b3ac16 commit 9fe1080

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# PowerShell Extension Release History
22

3+
## v2022.4.1-preview
4+
### Monday, April 18, 2022
5+
6+
This is our first Release Candidate. We've merged a set of major fixes to the debugger so
7+
that attaching to remote processes / runspaces now works again. While the extension is not
8+
perfect (yet), we believe at this point the preview far exceeds the stable extension in
9+
terms of usability and stability, and it is time to roll this out. Please give this a
10+
thorough testing, as we hope to roll it into the stable extension next week.
11+
12+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
13+
14+
- ✨ 📺 [vscode-powershell #3919](https://github.com/PowerShell/vscode-powershell/pull/3919) - Improve Settings Editor experience in a few places. (Thanks @TylerLeonhardt!)
15+
16+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
17+
18+
- #️⃣ 🙏 [PowerShellEditorServices #1757](https://github.com/PowerShell/PowerShellEditorServices/pull/1757) - Enable code analysis and formatting as errors on build.
19+
- ✨ 🚂 [PowerShellEditorServices #1755](https://github.com/PowerShell/PowerShellEditorServices/pull/1755) - Apply automatic fixes (manually).
20+
- 🐛 🔍 [PowerShellEditorServices #1736](https://github.com/PowerShell/PowerShellEditorServices/pull/1752) - Fix attach to process debugging.
21+
322
## v2022.4.0-preview
423
### Tuesday, April 12, 2022
524

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.0",
4+
"version": "2022.4.1",
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)