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.

Since:

  • 3.16.0

Constant Summary collapse

FILE =

The pattern matches a file only.

Since:

  • 3.16.0

"file"
FOLDER =

The pattern matches a folder only.

Since:

  • 3.16.0

"folder"