Skip to content

Commit 5992e55

Browse files
Make Resources and Workspace view visible by default (#310)
1 parent ecedb02 commit 5992e55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-azureresourcegroups",
33
"displayName": "Azure Resources",
44
"description": "%azureResourceGroups.description%",
5-
"version": "0.5.4-alpha.1",
5+
"version": "0.5.4-alpha.2",
66
"publisher": "ms-azuretools",
77
"icon": "resources/resourceGroup.png",
88
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
@@ -218,12 +218,12 @@
218218
{
219219
"id": "azureResourceGroups",
220220
"name": "Resources",
221-
"visibility": "collapsed"
221+
"visibility": "visible"
222222
},
223223
{
224224
"id": "azureWorkspace",
225225
"name": "Workspace",
226-
"visibility": "collapsed"
226+
"visibility": "visible"
227227
},
228228
{
229229
"id": "ms-azuretools.helpAndFeedback",

0 commit comments

Comments
 (0)