mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 02:48:30 -05:00
fix menu item not showing up for non-English languages (#20224)
* new object type property * vbump sts * fix azure tree * mark as optional * Fix test errors
This commit is contained in:
8
src/sql/azdata.proposed.d.ts
vendored
8
src/sql/azdata.proposed.d.ts
vendored
@@ -1606,4 +1606,12 @@ declare module 'azdata' {
|
||||
onQueryEvent(type: QueryEventType, document: QueryDocument, args: ResultSetSummary | string | undefined, queryInfo: QueryInfo): void;
|
||||
}
|
||||
}
|
||||
|
||||
export interface NodeInfo {
|
||||
/**
|
||||
* The object type of the node. Node type is used to determine the icon, the object type is the actual type of the node, e.g. for Tables node
|
||||
* under the database, the nodeType is Folder, the objectType is be Tables.
|
||||
*/
|
||||
objectType?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user