提交 d384b85e 编写于 作者: A André Weinand

add missing attribute to interface

上级 5f909be8
......@@ -256,6 +256,7 @@ export interface IBreakpoint extends IBaseBreakpoint {
column: number;
endColumn?: number;
message: string;
adapterData: any;
}
export interface IFunctionBreakpoint extends IBaseBreakpoint {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册