mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
style - use single-quoted imports
This commit is contained in:
@@ -8,7 +8,7 @@ import { ICommandService, CommandsRegistry, ICommandHandlerDescription } from 'v
|
||||
import { IDisposable } from 'vs/base/common/lifecycle';
|
||||
import { TPromise } from 'vs/base/common/winjs.base';
|
||||
import { ExtHostContext, MainThreadCommandsShape, ExtHostCommandsShape, MainContext, IExtHostContext } from '../node/extHost.protocol';
|
||||
import { extHostNamedCustomer } from "vs/workbench/api/electron-browser/extHostCustomers";
|
||||
import { extHostNamedCustomer } from 'vs/workbench/api/electron-browser/extHostCustomers';
|
||||
|
||||
@extHostNamedCustomer(MainContext.MainThreadCommands)
|
||||
export class MainThreadCommands implements MainThreadCommandsShape {
|
||||
|
||||
Reference in New Issue
Block a user