Sha256: 325f4076af4ce279aa1aa7bb56ecd554590a591f24290169e895fecdfc5d932e
Contents?: true
Size: 411 Bytes
Versions: 110
Compression:
Stored size: 411 Bytes
Contents
module LanguageServer module Protocol module Constant # # A pattern kind describing if a glob pattern matches a file a folder or # both. # module FileOperationPatternKind # # The pattern matches a file only. # FILE = 'file' # # The pattern matches a folder only. # FOLDER = 'folder' end end end end
Version data entries
110 entries across 110 versions & 15 rubygems