Module: LanguageServer::Protocol::Constant::FileOperationPatternKind
- Defined in:
- lib/language_server/protocol/constant/file_operation_pattern_kind.rb
Overview
A pattern kind describing if a glob pattern matches a file a folder or both.
Constant Summary collapse
- FILE =
The pattern matches a file only.
'file'
- FOLDER =
The pattern matches a folder only.
'folder'