We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c00b3 commit 949de6bCopy full SHA for 949de6b
package.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "powershell-preview",
3
- "displayName": "PowerShell Preview",
4
- "version": "2021.5.0",
5
- "preview": true,
+ "name": "powershell",
+ "displayName": "PowerShell",
+ "version": "2021.5.1",
+ "preview": false,
6
"publisher": "ms-vscode",
7
- "description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
+ "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
8
"engines": {
9
"vscode": "^1.53.0"
10
},
0 commit comments