fixed the compile error (#1601)

This commit is contained in:
Leila Lali
2018-06-08 15:47:29 -07:00
committed by GitHub
parent e3a2ed95d4
commit 3afd3b0ff3
2 changed files with 397 additions and 397 deletions

View File

@@ -17,7 +17,7 @@ import { ListBox } from 'sql/base/browser/ui/listBox/listBox';
import { attachListBoxStyler } from 'sql/common/theme/styler';
import { IWorkbenchThemeService } from 'vs/workbench/services/themes/common/workbenchThemeService';
import { IContextViewService } from 'vs/platform/contextview/browser/contextView';
import Event, { Emitter } from 'vs/base/common/event';
import { Emitter } from 'vs/base/common/event';
import * as nls from 'vs/nls';
import { IClipboardService } from 'vs/platform/clipboard/common/clipboardService';