Type Alias CodeActionDisabled

CodeActionDisabled: { reason: string }

Captures why the code action is currently disabled.

Type declaration

  • reason: string

    Human readable description of why the code action is currently disabled.

    This is displayed in the code actions UI.

3.18.0