Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugConfigurationProvider

Hierarchy

  • DebugConfigurationProvider

Implemented by

Index

Properties

handle: number
type: string

Methods

  • provideDebugConfigurations(folder: undefined | string): Promise<DebugConfiguration[]>
  • resolveDebugConfiguration(folder: undefined | string, debugConfiguration: DebugConfiguration): Promise<undefined | null | DebugConfiguration>
  • resolveDebugConfigurationWithSubstitutedVariables(folder: undefined | string, debugConfiguration: DebugConfiguration): Promise<undefined | null | DebugConfiguration>