Un-allowed double quoted imports (for #25451)

This commit is contained in:
Benjamin Pasero
2017-04-26 19:13:12 +02:00
parent b3141c941e
commit b34f17350f
197 changed files with 337 additions and 337 deletions

View File

@@ -40,9 +40,9 @@ import { IApplyEditsOptions, IUndoStopOptions, TextEditorRevealType, ITextEditor
import { InternalTreeNodeContent } from 'vs/workbench/parts/explorers/common/treeExplorerViewModel';
import { TaskSet } from 'vs/workbench/parts/tasks/common/tasks';
import { IModelChangedEvent } from 'vs/editor/common/model/mirrorModel';
import { IPosition } from "vs/editor/common/core/position";
import { IRange } from "vs/editor/common/core/range";
import { ISelection } from "vs/editor/common/core/selection";
import { IPosition } from 'vs/editor/common/core/position';
import { IRange } from 'vs/editor/common/core/range';
import { ISelection } from 'vs/editor/common/core/selection';
export interface IEnvironment {
enableProposedApi: boolean;