Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DirtyDiffDecorator

Hierarchy

  • EditorDecorator
    • DirtyDiffDecorator

Index

Constructors

constructor

Properties

Protected Readonly appliedDecorations

appliedDecorations: Map<string, string[]>

Methods

applyDecorations

Protected setDecorations

  • setDecorations(editor: TextEditor, newDecorations: EditorDecoration[]): void
  • Parameters

    • editor: TextEditor
    • newDecorations: EditorDecoration[]

    Returns void

Protected toDeltaDecoration

  • toDeltaDecoration(from: number | LineRange, options: EditorDecorationOptions): EditorDecoration