File tree Expand file tree Collapse file tree 2 files changed +28
-5
lines changed Expand file tree Collapse file tree 2 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
+ ## v2021.12.0
4
+ ### Wednesday, December 22, 2021
5
+
6
+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
+
8
+ This release * does not* include the latest major update of PowerShell Editor Services. We
9
+ are updating the stable extension to bring some bug fixes forward. Please try out the
10
+ [ PowerShell Preview extension] [ ] for the latest and hopefully greatest experience, and
11
+ help us squash those bugs!
12
+
13
+ [ PowerShell Preview extension ] : https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell-Preview
14
+
15
+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
16
+
17
+ This extension update includes PowerShell Editor Services [ v2.5.3] [ ] , a re-release of
18
+ [ v2.5.2] [ ] which was the last version before the major pipeline and threading overhaul was
19
+ merged in [ v3.0.0] [ ] . By re-releasing we are able to update the module's signature with a
20
+ renewed certificate.
21
+
22
+ [ v2.5.3 ] : https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v2.5.3
23
+ [ v2.5.2 ] : https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v2.5.2
24
+ [ v3.0.0 ] : https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.0.0
25
+
3
26
## v2021.12.0-preview
4
27
### Monday, December 20, 2021
5
28
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.12.0" ,
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