We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v2022.11.0
1 parent 6314bd4 commit 1e6b6a6Copy full SHA for 1e6b6a6
package.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "powershell-preview",
3
- "displayName": "PowerShell Preview",
+ "name": "powershell",
+ "displayName": "PowerShell",
4
"version": "2022.11.0",
5
- "preview": true,
+ "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.65.0"
10
},
@@ -17,7 +17,7 @@
17
"Snippets",
18
"Linters"
19
],
20
- "icon": "media/PowerShell_Preview_Icon.png",
+ "icon": "media/PowerShell_Icon.png",
21
"galleryBanner": {
22
"color": "#ACD1EC",
23
"theme": "light"
0 commit comments