We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v2023.2.0-preview
1 parent 2f753e6 commit 3372b1aCopy full SHA for 3372b1a
package.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "powershell",
3
- "displayName": "PowerShell",
4
- "version": "2023.1.0",
5
- "preview": false,
+ "name": "powershell-preview",
+ "displayName": "PowerShell Preview",
+ "version": "2023.2.0",
+ "preview": true,
6
"publisher": "ms-vscode",
7
- "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
+ "description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
8
"engines": {
9
"vscode": "^1.67.0"
10
},
@@ -23,7 +23,7 @@
23
"PowerShell",
24
"pwsh"
25
],
26
- "icon": "media/PowerShell_Icon.png",
+ "icon": "media/PowerShell_Preview_Icon.png",
27
"galleryBanner": {
28
"color": "#ACD1EC",
29
"theme": "light"
0 commit comments