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

@@ -16,8 +16,8 @@ import { IResolvedTextEditorConfiguration, ITextEditorConfigurationUpdate } from
import * as TypeConverters from './extHostTypeConverters';
import { MainThreadEditorsShape } from './extHost.protocol';
import * as vscode from 'vscode';
import { TextEditorCursorStyle } from "vs/editor/common/config/editorOptions";
import { IRange } from "vs/editor/common/core/range";
import { TextEditorCursorStyle } from 'vs/editor/common/config/editorOptions';
import { IRange } from 'vs/editor/common/core/range';
export class TextEditorDecorationType implements vscode.TextEditorDecorationType {