mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -05:00
avoid unnecessary connections in azure view (#20817)
* avoid unnecessary connections in azure view * pr comments
This commit is contained in:
@@ -29,7 +29,11 @@ export interface ITreeItem extends vsITreeItem {
|
||||
payload?: IConnectionProfile; // its possible we will want this to be more generic
|
||||
sqlIcon?: string;
|
||||
type?: NodeType;
|
||||
nodeInfo?: NodeInfo
|
||||
nodeInfo?: NodeInfo;
|
||||
/**
|
||||
* The Object Explorer session id that the tree item belongs to.
|
||||
*/
|
||||
sessionId?: string;
|
||||
}
|
||||
|
||||
export interface ITreeView extends vsITreeView {
|
||||
|
||||
Reference in New Issue
Block a user