mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Add option to not pass --no-ignore-parent to rg
This commit is contained in:
@@ -47,6 +47,12 @@ declare module 'vscode' {
|
||||
*/
|
||||
useGlobalIgnoreFiles?: boolean;
|
||||
|
||||
/**
|
||||
* Whether files in parent directories that exclude files, like .gitignore, should be respected.
|
||||
* See the vscode setting `"search.useParentIgnoreFiles"`.
|
||||
*/
|
||||
useParentIgnoreFiles?: boolean;
|
||||
|
||||
/**
|
||||
* Whether symlinks should be followed while searching.
|
||||
* See the vscode setting `"search.followSymlinks"`.
|
||||
|
||||
Reference in New Issue
Block a user