Optional
afterNumber of lines of context to include after each match.
Optional
beforeNumber of lines of context to include before each match.
Optional
encodingInterpret files using this encoding.
See the vscode setting "files.encoding"
Optional
excludeA 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.
Optional
followWhether symlinks should be followed while searching.
See the vscode setting "search.followSymlinks"
.
Optional
includeA 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.
Optional
maxThe maximum number of results to search for
Optional
previewOptions to specify the size of the result text preview.
Optional
useWhether to use the default and user-configured excludes. Defaults to true.
Optional
useWhether global files that exclude files, like .gitignore, should be respected.
See the vscode setting "search.useGlobalIgnoreFiles"
.
Optional
useWhether 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.