提交 31072fca 编写于 作者: A Andre Weinand

add 'clientName' to 'initialize' request

上级 d4bace7f
......@@ -295,6 +295,8 @@ declare module DebugProtocol {
export interface InitializeRequestArguments {
/** The ID of the (frontend) client using this adapter. */
clientID?: string;
/** The human readable name of the (frontend) client using this adapter. */
clientName?: string;
/** The ID of the debug adapter. */
adapterID: string;
/** The ISO-639 locale of the (frontend) client using this adapter, e.g. en-US or de-CH. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册