Skip to content

Commit

Permalink
Make Resources and Workspace view visible by default (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger authored Jun 15, 2022
1 parent ecedb02 commit 5992e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-azureresourcegroups",
"displayName": "Azure Resources",
"description": "%azureResourceGroups.description%",
"version": "0.5.4-alpha.1",
"version": "0.5.4-alpha.2",
"publisher": "ms-azuretools",
"icon": "resources/resourceGroup.png",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
Expand Down Expand Up @@ -218,12 +218,12 @@
{
"id": "azureResourceGroups",
"name": "Resources",
"visibility": "collapsed"
"visibility": "visible"
},
{
"id": "azureWorkspace",
"name": "Workspace",
"visibility": "collapsed"
"visibility": "visible"
},
{
"id": "ms-azuretools.helpAndFeedback",
Expand Down

0 comments on commit 5992e55

Please sign in to comment.