add 'clientName' to 'initialize' request

This commit is contained in:
Andre Weinand
2018-03-13 11:18:36 +01:00
parent d4bace7f75
commit 31072fcaac
@@ -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. */