Interface CodeLenseEditorExtension

interface CodeLenseEditorExtension {
    $codeLensClickHandler?: any;
    $updateLenses?: () => void;
    $updateLensesOnInput?: () => void;
    codeLensProviders?: CodeLenseProvider[];
}

Hierarchy (View Summary)

  • CodeLenseEditorExtension

Properties

$codeLensClickHandler?: any
$updateLenses?: () => void
$updateLensesOnInput?: () => void
codeLensProviders?: CodeLenseProvider[]