mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
allow extension to provide custom icons to data explorer tree (#16868)
* expose icon path to extension for OE node * remove node type * pr comments
This commit is contained in:
7
src/sql/azdata.proposed.d.ts
vendored
7
src/sql/azdata.proposed.d.ts
vendored
@@ -921,4 +921,11 @@ declare module 'azdata' {
|
||||
*/
|
||||
physicalMemoryInMb?: number;
|
||||
}
|
||||
|
||||
export interface NodeInfo {
|
||||
/**
|
||||
* Specify the icon for the node. The value could the path to the icon or and ADS icon defined in {@link SqlThemeIcon}.
|
||||
*/
|
||||
icon?: IconPath | SqlThemeIcon;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user