mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user