File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
- ## v2021.10.1-preview
4
- ### Monday , October 18 , 2021
3
+ ## v2021.10.1
4
+ ### Wednesday , October 20 , 2021
5
5
6
6
#### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
7
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
+
8
16
- ✨ 👷 [ vscode-powershell #3623 ] ( https://github.com/PowerShell/vscode-powershell/pull/3623 ) - Add ` LinkEditorServices ` task for developers.
9
17
- ✨️ 🙏 [ vscode-powershell #3430 ] ( https://github.com/PowerShell/vscode-powershell/pull/3613 ) - Setting to Disable Pester Code Lens. (Thanks @JustinGrote !)
10
18
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " powershell-preview " ,
3
- "displayName" : " PowerShell Preview " ,
2
+ "name" : " powershell" ,
3
+ "displayName" : " PowerShell" ,
4
4
"version" : " 2021.10.1" ,
5
- "preview" : true ,
5
+ "preview" : false ,
6
6
"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!" ,
8
8
"engines" : {
9
9
"vscode" : " ^1.56.0"
10
10
},
16
16
" Snippets" ,
17
17
" Linters"
18
18
],
19
- "icon" : " media/PowerShell_Preview_Icon .png" ,
19
+ "icon" : " media/PowerShell_Icon .png" ,
20
20
"galleryBanner" : {
21
21
"color" : " #ACD1EC" ,
22
22
"theme" : " light"
You can’t perform that action at this time.
0 commit comments