style - use single-quoted imports

This commit is contained in:
Johannes Rieken
2017-08-21 16:45:32 +02:00
parent 4a448c246f
commit 7128eb085c
101 changed files with 147 additions and 147 deletions

View File

@@ -9,7 +9,7 @@ import * as path from 'path';
import { workspace, languages, ExtensionContext, extensions, Uri, Range } from 'vscode';
import { LanguageClient, LanguageClientOptions, RequestType, ServerOptions, TransportKind, NotificationType } from 'vscode-languageclient';
import TelemetryReporter from 'vscode-extension-telemetry';
import { activateColorDecorations, ColorProvider } from "./colorDecorators";
import { activateColorDecorations, ColorProvider } from './colorDecorators';
import * as nls from 'vscode-nls';
let localize = nls.loadMessageBundle();