Agent/step finishes (#1948)

* misc fixes in dialogs

* removed unused import

* disabled more advanced options
This commit is contained in:
Aditya Bist
2018-07-17 10:51:31 -07:00
committed by GitHub
parent f24f576b72
commit 6b1d552277
4 changed files with 9 additions and 6 deletions

View File

@@ -16,7 +16,6 @@ import { Table } from 'sql/base/browser/ui/table/table';
import { TableDataView } from 'sql/base/browser/ui/table/tableDataView';
import { attachTableStyler } from 'sql/common/theme/styler';
import { IWorkbenchThemeService } from 'vs/workbench/services/themes/common/workbenchThemeService';
import { IContextViewService } from 'vs/platform/contextview/browser/contextView';
import { getContentHeight, getContentWidth, Dimension } from 'vs/base/browser/dom';
import { RowSelectionModel } from 'sql/base/browser/ui/table/plugins/rowSelectionModel.plugin';