class LSProtocol::FileOperationFilter
- LSProtocol::FileOperationFilter
- Reference
- Object
Overview
A filter to describe in which file operation requests or notifications the server is interested in receiving.
@since 3.16.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(pattern : FileOperationPattern | Nil, scheme : String | Nil = nil)
Instance Method Summary
-
#pattern : FileOperationPattern
The actual file operation pattern.
-
#scheme : String | Nil
A Uri scheme like
file
oruntitled
.