Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TaskConfigurationModel

Holds the task configurations associated with a particular file. Uses an editor model to facilitate non-destructive editing and coordination with editing the file by hand.

Hierarchy

  • TaskConfigurationModel

Implements

  • Disposable

Index

Constructors

Properties

onDidChange: Event<void> = ...
onDidChangeEmitter: Emitter<void> = ...
preferences: PreferenceProvider
toDispose: DisposableCollection = ...

Accessors

  • get onDispose(): Event<void>
  • get uri(): undefined | URI

Methods

  • dispose(): void
  • getWorkspaceFolder(): undefined | string
  • reconcile(): void
  • setConfigurations(value: object): Promise<boolean>