mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Add setting enableRecursiveFileSearch to control @-file completion (#1290)
This commit is contained in:
parent
63f6a497cb
commit
0779697da6
8 changed files with 77 additions and 13 deletions
|
|
@ -56,6 +56,7 @@ export interface Settings {
|
|||
// Git-aware file filtering settings
|
||||
fileFiltering?: {
|
||||
respectGitIgnore?: boolean;
|
||||
enableRecursiveFileSearch?: boolean;
|
||||
};
|
||||
|
||||
// UI setting. Does not display the ANSI-controlled terminal title.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue