mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user