struct

LSP::FileOperationPatternOptions

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

ignore_case

The pattern should be matched ignoring casing.

Source
ignore_case=(ignore_case : Bool | Nil)

The pattern should be matched ignoring casing.

Source