Move sql related code to sqlNotebook folder (#4254)

* Move sql related code to sqlNotebook folder

* Resolve PR comments: rename folder to sql.

* Fixed the import path after rename folder
This commit is contained in:
Yurong He
2019-03-04 09:45:32 -08:00
committed by GitHub
parent ebc208cacd
commit 1017d62f0d
5 changed files with 73 additions and 50 deletions

View File

@@ -7,8 +7,8 @@ import { TableDataView } from 'sql/base/browser/ui/table/tableDataView';
import { Table } from 'sql/base/browser/ui/table/table';
import { textFormatter } from 'sql/parts/grid/services/sharedServices';
import { RowNumberColumn } from 'sql/base/browser/ui/table/plugins/rowNumberColumn.plugin';
import { IDataResource } from 'sql/workbench/services/notebook/common/sqlSessionManager';
import { escape } from 'sql/base/common/strings';
import { IDataResource } from 'sql/workbench/services/notebook/sql/sqlSessionManager';
/**
* Render DataResource as a grid into a host node.