From dd41aedbc3230dd6de2d265102eccaed4c5bcb3d Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 15 May 2017 21:48:50 +0200 Subject: [PATCH] Fix duplicated import in preferenceEditor --- src/vs/workbench/parts/preferences/browser/preferencesEditor.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vs/workbench/parts/preferences/browser/preferencesEditor.ts b/src/vs/workbench/parts/preferences/browser/preferencesEditor.ts index da757c92cf5..0aae0f5f0ff 100644 --- a/src/vs/workbench/parts/preferences/browser/preferencesEditor.ts +++ b/src/vs/workbench/parts/preferences/browser/preferencesEditor.ts @@ -53,7 +53,6 @@ import { FindController } from 'vs/editor/contrib/find/browser/find'; import { SelectionHighlighter } from 'vs/editor/contrib/find/common/findController'; import { IEditorOptions } from 'vs/editor/common/config/editorOptions'; import { KeybindingsRegistry } from 'vs/platform/keybinding/common/keybindingsRegistry'; -import { IThemeService } from "vs/platform/theme/common/themeService"; import { attachStylerCallback } from "vs/platform/theme/common/styler"; import { scrollbarShadow } from "vs/platform/theme/common/colorRegistry";