Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugAdapterContribution

A contribution point for debug adapters.

Hierarchy

  • DebugAdapterContribution

Index

Properties

debugAdapterSessionFactory?: DebugAdapterSessionFactory

The 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.

label?: MaybePromise<undefined | string>
languages?: MaybePromise<undefined | string[]>
type: string

The debug type. Should be a unique value among all debug adapters.

Methods

  • getConfigurationSnippets(): MaybePromise<IJSONSchemaSnippet[]>
  • getSchemaAttributes(): MaybePromise<IJSONSchema[]>
  • provideDebugConfigurations(workspaceFolderUri?: string): MaybePromise<DebugConfiguration[]>