Skip to content

Commit cd52e8a

Browse files
Merge pull request #3629 from PowerShell/release
Release `v2021.10.1`
2 parents abba939 + 4ce8fd2 commit cd52e8a

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# PowerShell Extension Release History
22

3-
## v2021.10.1-preview
4-
### Monday, October 18, 2021
3+
## v2021.10.1
4+
### Wednesday, October 20, 2021
55

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

8+
Check out the new [Pester Tests][] adapter by [Justin Grote][] and inspired by [Tyler
9+
Leonhardt][]. While still under development, it provides integration with Visual Studio
10+
Code's new test explorer interface for Pester tests and is quite nice!
11+
12+
[Pester tests]: https://marketplace.visualstudio.com/items?itemName=pspester.pester-test
13+
[Justin Grote]: https://twitter.com/justinwgrote
14+
[Tyler Leonhardt]: https://github.com/TylerLeonhardt
15+
816
- ✨ 👷 [vscode-powershell #3623](https://github.com/PowerShell/vscode-powershell/pull/3623) - Add `LinkEditorServices` task for developers.
917
- ✨️ 🙏 [vscode-powershell #3430](https://github.com/PowerShell/vscode-powershell/pull/3613) - Setting to Disable Pester Code Lens. (Thanks @JustinGrote!)
1018

package.json

+5-5
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": "2021.10.1",
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.56.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)