mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Introduce Universal resource provider to fix ARM throttling issues (#23078)
This commit is contained in:
@@ -53,7 +53,7 @@ export class AzureResourceResourceTreeNode extends TreeNode {
|
||||
}
|
||||
|
||||
public getTreeItem(): TreeItem | Promise<TreeItem> {
|
||||
return this._resourceService.getTreeItem(this.resourceNodeWithProviderId.resourceProviderId, this.resourceNodeWithProviderId.resourceNode);
|
||||
return this.resourceNodeWithProviderId.resourceNode.treeItem;
|
||||
}
|
||||
|
||||
public getNodeInfo(): NodeInfo {
|
||||
|
||||
Reference in New Issue
Block a user