mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 08:40:29 -04:00
refactor notebook to be fileservice based (#6459)
This commit is contained in:
@@ -31,7 +31,7 @@ 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/electron-browser/notebookActions';
|
||||
import { NewNotebookAction } from 'sql/workbench/parts/notebook/browser/notebookActions';
|
||||
|
||||
const $ = dom.$;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user