mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
More data explorer actions (#4307)
* adding context * apply extension changes * shimming disconnect * add data explorer context menu and add disconnect to it * clean up shim code; better handle errors * remove tpromise * simplify code * add node context on data explorer * formatting * add new Query action * fix various errors with how the context menus work * add manage and new query * add refresh command * formatting
This commit is contained in:
@@ -32,7 +32,8 @@ export interface ITreeView extends vsITreeView {
|
||||
export type TreeViewItemHandleArg = {
|
||||
$treeViewId: string,
|
||||
$treeItemHandle: string,
|
||||
$treeItem?: ITreeItem
|
||||
$treeItem?: ITreeItem,
|
||||
$treeContainerId?: string
|
||||
};
|
||||
|
||||
export interface ICustomViewDescriptor extends IViewDescriptor {
|
||||
|
||||
Reference in New Issue
Block a user