mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
More work around isolating node imports (#6512)
* more work around isolating node imports * rewrite query plan input * fix hygiene errors * fix tests * address feedback * remove welcome page changes
This commit is contained in:
@@ -95,11 +95,11 @@ export const enum MenuId {
|
||||
TouchBarContext,
|
||||
ViewItemContext,
|
||||
ViewTitle,
|
||||
// {{SQL CARBON EDIT}}
|
||||
ObjectExplorerItemContext,
|
||||
NotebookToolbar,
|
||||
DataExplorerContext,
|
||||
DataExplorerAction,
|
||||
ObjectExplorerItemContext, // {{SQL CARBON EDIT}}
|
||||
NotebookToolbar, // {{SQL CARBON EDIT}}
|
||||
DataExplorerContext, // {{SQL CARBON EDIT}}
|
||||
DataExplorerAction, // {{SQL CARBON EDIT}}
|
||||
ExplorerWidgetContext, // {{SQL CARBON EDIT}}
|
||||
CommentThreadTitle,
|
||||
CommentThreadActions,
|
||||
CommentTitle,
|
||||
|
||||
Reference in New Issue
Block a user