class LSProtocol::CodeActionDisabled
- LSProtocol::CodeActionDisabled
- Reference
- Object
Overview
Captures why the code action is currently disabled.
@since 3.18.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#reason : String
Human readable description of why the code action is currently disabled.
Constructor Detail
Instance Method Detail
def reason : String
#
Human readable description of why the code action is currently disabled.
This is displayed in the code actions UI.