Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DebugAdapterContributionRegistry

Contributions registry.

Hierarchy

  • DebugAdapterContributionRegistry

Index

Constructors

constructor

Properties

Protected _debugTypes

_debugTypes: undefined | string[]

Finds and returns an array of registered debug types.

returns

An array of registered debug types

Protected Readonly contributions

contributions: ContributionProvider<DebugAdapterContribution>

Methods

debugAdapterSessionFactory

debugTypes

  • debugTypes(): string[]

getConfigurationSnippets

  • getConfigurationSnippets(): Promise<IJSONSchemaSnippet[]>

Protected getContributions

getDebuggersForLanguage

getSchemaAttributes

  • getSchemaAttributes(debugType: string): Promise<IJSONSchema[]>

provideDebugAdapterExecutable

provideDebugConfigurations

  • provideDebugConfigurations(debugType: string, workspaceFolderUri?: string): Promise<DebugConfiguration[]>

resolveDebugConfiguration

resolveDebugConfigurationWithSubstitutedVariables