module LanguageServer::Protocol::Constant::FileOperationPatternKind

A pattern kind describing if a glob pattern matches a file a folder or both.

Constants

FILE

The pattern matches a file only.

FOLDER

The pattern matches a folder only.