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

@@ -6,7 +6,7 @@
import { SerializedError, onUnexpectedError } from 'vs/base/common/errors';
import { MainThreadErrorsShape, MainContext } from '../node/extHost.protocol';
import { extHostNamedCustomer } from "vs/workbench/api/electron-browser/extHostCustomers";
import { extHostNamedCustomer } from 'vs/workbench/api/electron-browser/extHostCustomers';
@extHostNamedCustomer(MainContext.MainThreadErrors)
export class MainThreadErrors implements MainThreadErrorsShape {