mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
More adoption of @extHostNamedCustomer
This commit is contained in:
@@ -11,7 +11,7 @@ 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";
|
||||
|
||||
@extHostNamedCustomer(MainContext.MainThreadCommands)
|
||||
@extHostNamedCustomer<MainThreadCommandsShape>(MainContext.MainThreadCommands)
|
||||
export class MainThreadCommands extends MainThreadCommandsShape {
|
||||
|
||||
private readonly _disposables = new Map<string, IDisposable>();
|
||||
|
||||
Reference in New Issue
Block a user