We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v2021.7.0-preview
1 parent be7f5c0 commit 5b0cd7cCopy full SHA for 5b0cd7c
package.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "powershell",
3
- "displayName": "PowerShell",
4
- "version": "2021.6.2",
5
- "preview": false,
+ "name": "powershell-preview",
+ "displayName": "PowerShell Preview",
+ "version": "2021.7.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.53.0"
10
},
0 commit comments