configuration property
Arguments passed to the new debug session. The arguments must only contain
properties understood by the launch
or attach
requests of the debug
adapter and they must not contain any client-specific properties (e.g.
type
) or client-specific features (e.g. substitutable 'variables').
Implementation
final Map<String, Object?> configuration;