mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-02 06:14:15 +01:00
add 'clientName' to 'initialize' request
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user