fix imports

This commit is contained in:
Benjamin Pasero
2017-06-28 08:08:22 +02:00
parent d50aae1265
commit 3e4a7d1e89
83 changed files with 154 additions and 154 deletions

View File

@@ -45,7 +45,7 @@ import { IRange } from 'vs/editor/common/core/range';
import { ISelection, Selection } from 'vs/editor/common/core/selection';
import { ITreeItem } from 'vs/workbench/parts/views/common/views';
import { ThemeColor } from "vs/platform/theme/common/themeService";
import { ThemeColor } from 'vs/platform/theme/common/themeService';
export interface IEnvironment {
enableProposedApiForAll: boolean;