Data Explorer Icons (#4806)

* inital icon support

* add necessary classes for icons

* initialize icon to blank string
This commit is contained in:
Anthony Dresser
2019-04-03 11:10:48 -07:00
committed by GitHub
parent 76fe0fef49
commit fb697729c0
3 changed files with 21 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ export interface ITreeItem extends vsITreeItem {
providerHandle?: string;
childProvider?: string;
payload?: IConnectionProfile; // its possible we will want this to be more generic
sqlIcon?: string;
}
export interface ITreeView extends vsITreeView {