提交 f37c6045 编写于 作者: A Andre Weinand

add 'source' to SourceArguments

上级 0d521bce
......@@ -732,7 +732,9 @@ declare module DebugProtocol {
/** Arguments for 'source' request. */
export interface SourceArguments {
/** The reference to the source. This is the value received in Source.reference. */
/** The source: either source.path or source.sourceReference must be specified. */
source?: Source;
/** For backward compatibility: The reference to the source. This is the value received in Source.reference. */
sourceReference: number;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册