Number of lines of context to include after each match.
Number of lines of context to include before each match.
Interpret files using this encoding.
See the vscode setting "files.encoding"
A 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.
Whether symlinks should be followed while searching.
See the vscode setting "search.followSymlinks"
.
A 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.
The maximum number of results to search for
Options to specify the size of the result text preview.
Whether to use the default and user-configured excludes. Defaults to true.
Whether global files that exclude files, like .gitignore, should be respected.
See the vscode setting "search.useGlobalIgnoreFiles"
.
Whether 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.