Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DebugConfigurationSelect

Hierarchy

Index

Constructors

Properties

quickInputService: QuickInputService
selectRef: RefObject<SelectComponent> = ...
ADD_CONFIGURATION: "__ADD_CONF__" = '__ADD_CONF__'
CONFIG_MARKER: "__CONFIG__" = '__CONFIG__'
NO_CONFIGURATION: "__NO_CONF__" = '__NO_CONF__'
PICK: "__PICK__" = '__PICK__'
SEPARATOR: "──────────" = '──────────'

Accessors

  • get currentValue(): string

Methods

  • componentDidMount(): void
  • componentDidUpdate(): void
  • parsePickValue(value: string): string
  • refreshDebugConfigurations(): Promise<void>
  • render(): ReactNode
  • renderOptions(): SelectOption[]
  • resolveDynamicConfigurationPicks(providerType: string): Promise<DynamicPickItem[]>
  • selectDynamicConfigFromQuickPick(providerType: string): Promise<void>
  • setCurrentConfiguration(option: SelectOption): undefined | false
  • toBaseName(uri: undefined | string): string
  • toPickValue(providerType: string): string