File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
3
- ## v2021.6.1-preview
4
- ### Wednesday , June 16 , 2021
3
+ ## v2021.6.1
4
+ ### Monday , June 21 , 2021
5
5
6
6
#### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7
7
14
14
- 🐛 [ PowerShellEditorServices #1495 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1500 ) - Prevent some exceptions.
15
15
- #️⃣ 🙏 [ vscode-powershell #3395 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1494 ) - Work around ` dotnet publish ` bug.
16
16
17
-
18
17
## v2021.5.1
19
18
### Thursday, May 27, 2021
20
19
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.6.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.53.0"
10
10
},
You can’t perform that action at this time.
0 commit comments