We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v2021.8.3-preview
1 parent 9f15e75 commit 0fe01d7Copy full SHA for 0fe01d7
package.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "powershell",
3
- "displayName": "PowerShell",
4
- "version": "2021.8.2",
5
- "preview": false,
+ "name": "powershell-preview",
+ "displayName": "PowerShell Preview",
+ "version": "2021.8.3",
+ "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.56.0"
10
},
@@ -16,7 +16,7 @@
16
"Snippets",
17
"Linters"
18
],
19
- "icon": "media/PowerShell_Icon.png",
+ "icon": "media/PowerShell_Preview_Icon.png",
20
"galleryBanner": {
21
"color": "#ACD1EC",
22
"theme": "light"
0 commit comments