Data Explorer Disconnect and Error Handling (#4243)

* 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
This commit is contained in:
Anthony Dresser
2019-03-01 17:47:28 -08:00
committed by GitHub
parent db8a92f5c2
commit 0236c8e7f8
6 changed files with 167 additions and 57 deletions

View File

@@ -98,7 +98,8 @@ export const enum MenuId {
ViewTitle,
// {{SQL CARBON EDIT}}
ObjectExplorerItemContext,
NotebookToolbar
NotebookToolbar,
DataExplorerContext
}
export interface IMenuActionOptions {