提交 d06eae0f 编写于 作者: M Martin Aeschlimann

complete IWatcherChannel

上级 357506ab
......@@ -16,7 +16,8 @@ export interface IWatcherChannel extends IChannel {
listen<T>(event: string, arg?: any): Event<T>;
call(command: 'setRoots', request: IWatcherRequest[]): TPromise<void>;
call(command: 'setVerboseLogging', request: boolean): TPromise<void>;
call(command: 'setVerboseLogging', enable: boolean): TPromise<void>;
call(command: 'stop'): TPromise<void>;
call<T>(command: string, arg?: any): TPromise<T>;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册