提交 63bcdd83 编写于 作者: D Daniel Imms

Add clarifying comment on instance service request events

上级 83e4a980
......@@ -21,6 +21,7 @@ export const ITerminalInstanceService = createDecorator<ITerminalInstanceService
export interface ITerminalInstanceService {
_serviceBrand: any;
// These events are optional as the requests they make are only needed on the browser side
onRequestDefaultShellAndArgs?: Event<IDefaultShellAndArgsRequest>;
getXtermConstructor(): Promise<typeof XTermTerminal>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册