Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SearchInWorkspaceOptions

Index

Properties

exclude?: string[]

Glob pattern for matching files and directories to exclude the search.

followSymlinks?: boolean

Whether symlinks should be followed while searching.

include?: string[]

Glob pattern for matching files and directories to include the search.

includeIgnored?: boolean

Include all .gitignored and hidden files.

matchCase?: boolean

Search case sensitively if true.

matchWholeWord?: boolean

Search whole words only if true.

maxFileSize?: string

accepts suffixes of K, M or G which correspond to kilobytes, megabytes and gigabytes, respectively. If no suffix is provided the input is treated as bytes.

defaults to '20M'

maxResults?: number

Maximum number of results to return. Defaults to unlimited.

useRegExp?: boolean

Use regular expressions for search if true.