提交 a519549d 编写于 作者: I isidor

mock debug: return type

上级 132ddb4e
......@@ -199,7 +199,7 @@ export class MockSession implements IDebugSession {
rawUpdate(data: IRawModelUpdate): void { }
initialize(dbgr: IDebugger): Promise<void> {
initialize(dbgr: IDebugger): Thenable<void> {
throw new Error('Method not implemented.');
}
launchOrAttach(config: IConfig): Promise<void> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册