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

debug protocol: add frameId attribute to CompletionsRequest

上级 b15d08e8
......@@ -708,6 +708,8 @@ declare module DebugProtocol {
}
/** Arguments for "completions" request. */
export interface CompletionsArguments {
/** Returns completions in the scope of this stack frame. If not specified, the completions are returned for the global scope. */
frameId?: number;
/** One or more source lines. Typically this is the text a user has typed into the debug console before he asked for completion. */
text: string;
/** The character position for which to determine the completion proposals. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册