Arguments for 'initialize' request.

Fields

@:optionaloptionalsupportsVariableType:Null<Bool>

Client supports the optional type attribute for variables.

@:optionaloptionalsupportsVariablePaging:Null<Bool>

Client supports the paging of variables.

@:optionaloptionalsupportsRunInTerminalRequest:Null<Bool>

Client supports the runInTerminal request.

@:optionaloptionalsupportsProgressReporting:Null<Bool>

Client supports progress reporting.

@:optionaloptionalsupportsMemoryReferences:Null<Bool>

Client supports memory references.

@:optionaloptionalpathFormat:Null<InitializeRequestArgumentsPathFormat>

Determines in what format paths are specified. The default is 'path', which is the native format. Values: 'path', 'uri', etc.

@:optionaloptionallocale:Null<String>

The ISO-639 locale of the (frontend) client using this adapter, e.g. en-US or de-CH.

@:optionaloptionallinesStartAt1:Null<Bool>

If true all line numbers are 1-based (default).

@:optionaloptionalcolumnsStartAt1:Null<Bool>

If true all column numbers are 1-based (default).

@:optionaloptionalclientName:Null<String>

The human readable name of the (frontend) client using this adapter.

@:optionaloptionalclientID:Null<String>

The ID of the (frontend) client using this adapter.

adapterID:String

The ID of the debug adapter.