mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
Resource viewer cleanup (#13168)
* Resource viewer cleanup * uneeded * Only show in insiders
This commit is contained in:
@@ -136,7 +136,7 @@ class TreeModel {
|
||||
private readonly registry = Registry.as<ResourceViewerResourcesRegistry>(Extensions.ResourceViewerExtension);
|
||||
|
||||
getChildren(): ResourceType[] {
|
||||
return this.registry.allResources.slice();
|
||||
return this.registry.allResources.filter(resource => resource.id === 'azure-resources');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user