Optional
debugThe debug adapter session factory. If a default implementation of the debug adapter session does not fit all needs it is possible to provide its own implementation using this factory. But it is strongly recommended to extend the default implementation if so.
Optional
Readonly
labelOptional
Readonly
languagesReadonly
typeThe debug type. Should be a unique value among all debug adapters.
Optional
getOptional
getOptional
provideProvides a debug adapter executable based on debug configuration to launch a new debug adapter or to connect to existed one.
The resolved debug configuration.
Optional
provideProvides initial debug configuration.
Optional
workspaceFolderUri: stringAn array of debug configurations.
Optional
resolveResolves a debug configuration by filling in missing values or by adding/changing/removing attributes before variable substitution.
The debug configuration to resolve.
Optional
workspaceFolderUri: stringThe resolved debug configuration.
Optional
resolveResolves a debug configuration by filling in missing values or by adding/changing/removing attributes with substituted variables.
The debug configuration to resolve.
Optional
workspaceFolderUri: stringThe resolved debug configuration.
A contribution point for debug adapters.