Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c80df6

Browse files
Merge pull request #3948 from PowerShell/release
Release `v2022.5.0`
2 parents 3f58d23 + cebdd0a commit 8c80df6

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-5
lines changed

‎CHANGELOG.md‎

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# PowerShell Extension Release History
22

3+
## v2022.5.0
4+
### Tuesday, May 03, 2022
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
Welcome to the new and improved PowerShell for Visual Studio Code!
9+
10+
This update represents a complete overhaul of the core PowerShell engine of PowerShell
11+
Editor Services, intending to create a more reliable and stable user experience. This
12+
release represents nearly two years' work, tracked in PSES
13+
[#1295](https://github.com/PowerShell/PowerShellEditorServices/issues/1295) and
14+
implemented in PSES
15+
[#1459](https://github.com/PowerShell/PowerShellEditorServices/pull/1459). It is our
16+
response to many issues opened by users over the last several years.
17+
18+
Thank you to all of the community members who opened issues which helped motivate this
19+
major update.
20+
21+
These major updates have also been tested over the last 6 months, in 13 releases of our
22+
[PowerShell Preview extension for Visual Studio
23+
Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell-preview). A
24+
huge thank you to all of the community members who have tested these changes to the
25+
extension and have worked with us to polish the extension before releasing it through our
26+
stable channel.
27+
28+
Please see our
29+
[blog](https://devblogs.microsoft.com/powershell/major-update-to-the-powershell-extension-for-visual-studio-code)
30+
for more details!
31+
32+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
33+
34+
- ✨ 🙏 [PowerShellEditorServices #1787](https://github.com/PowerShell/PowerShellEditorServices/pull/1787) - Bump PSReadLine to `v2.2.5`.
35+
336
## v2022.5.0-preview
437
### Monday, May 02, 2022
538

‎package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "powershell-preview",
3-
"displayName": "PowerShell Preview",
2+
"name": "powershell",
3+
"displayName": "PowerShell",
44
"version": "202250",
5-
"preview": true,
5+
"preview": false,
66
"publisher": "ms-vscode",
7-
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
7+
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
88
"engines": {
99
"vscode": "^1.59.0"
1010
},
@@ -16,7 +16,7 @@
1616
"Snippets",
1717
"Linters"
1818
],
19-
"icon": "media/PowerShell_Preview_Icon.png",
19+
"icon": "media/PowerShell_Icon.png",
2020
"galleryBanner": {
2121
"color": "#ACD1EC",
2222
"theme": "light"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /