move open data explorer viewlet action (#6808)

This commit is contained in:
Anthony Dresser
2019-08-19 13:56:26 -07:00
committed by GitHub
parent ed264aae81
commit 0a78a2e117
3 changed files with 21 additions and 22 deletions

View File

@@ -30,8 +30,8 @@ import { CommandsRegistry } from 'vs/platform/commands/common/commands';
import { IDimension } from 'vs/platform/layout/browser/layoutService';
// {{SQL CARBON EDIT}}
import { OpenDataExplorerViewletAction } from 'sql/workbench/parts/dataExplorer/browser/dataExplorer.contribution';
import { NewNotebookAction } from 'sql/workbench/parts/notebook/browser/notebookActions';
import { OpenDataExplorerViewletAction } from 'sql/workbench/parts/dataExplorer/browser/dataExplorerViewlet';
const $ = dom.$;