refactor notebook to be fileservice based (#6459)

This commit is contained in:
Anthony Dresser
2019-07-26 22:19:13 -07:00
committed by GitHub
parent 8e40aa3306
commit 371504358d
80 changed files with 192 additions and 175 deletions

View File

@@ -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.$;