OptionalafterNumber of lines of context to include after each match.
OptionalbeforeNumber of lines of context to include before each match.
OptionalencodingInterpret files using this encoding.
See the vscode setting "files.encoding"
OptionalexcludeA glob pattern that defines files and folders to exclude. The glob pattern
will be matched against the file paths of resulting matches relative to their workspace. When undefined, default excludes will
apply.
OptionalfollowWhether symlinks should be followed while searching.
See the vscode setting "search.followSymlinks".
OptionalincludeA glob pattern that defines the files to search for. The glob pattern will be matched against the file paths of files relative to their workspace. Use a relative pattern to restrict the search results to a workspace folder.
OptionalmaxThe maximum number of results to search for
OptionalpreviewOptions to specify the size of the result text preview.
OptionaluseWhether to use the default and user-configured excludes. Defaults to true.
OptionaluseWhether global files that exclude files, like .gitignore, should be respected.
See the vscode setting "search.useGlobalIgnoreFiles".
OptionaluseWhether external files that exclude files, like .gitignore, should be respected.
See the vscode setting "search.useIgnoreFiles".
Options that can be set on a findTextInFiles search.