An editor contribution that gets created every time a new editor gets created and gets disposed when the editor gets disposed.

Hierarchy

  • IEditorContribution

Index

Methods

dispose

  • dispose(): void

Optional restoreViewState

  • restoreViewState(state: any): void
  • Restore view state.

    Parameters

    • state: any

    Returns void

Optional saveViewState

  • saveViewState(): any