Add initial resource view (#12180)

* add inital resource view

* fix strict compile

* hide resource viewer behind arc

* fix arc detection

* fix hygiene

* add disposable

* make the css more specific
This commit is contained in:
Anthony Dresser
2020-09-09 10:49:14 -07:00
committed by GitHub
parent 5ae9495bc6
commit 8a8137e96c
8 changed files with 394 additions and 0 deletions

View File

@@ -19,6 +19,13 @@
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"contributes": {
"resourceViewResources": [
{
"id": "azure-resources",
"name": "Azure",
"icon": "./resources/azure.svg"
}
],
"configuration": [
{
"type": "object",