plugins.dap.extensions.dap-go.dapConfigurations

Additional dap configurations. See :h dap-configuration for more detail.

Type: null or (list of (attribute set))

Default: null

Declared by:

plugins.dap.extensions.dap-go.dapConfigurations.*.name

A user readable name for the configuration.

Type: string

Declared by:

plugins.dap.extensions.dap-go.dapConfigurations.*.request

Indicates whether the debug adapter should launch a debuggee or attach to one that is already running.

Type: one of “attach”, “launch”

Declared by:

plugins.dap.extensions.dap-go.dapConfigurations.*.type

Which debug adapter to use.

Type: string

Declared by: