Adds a new setting 'respectGitignoreInPicker' (default: true) that controls whether the @ file picker respects .gitignore when listing files. When set to false, gitignored files appear in fuzzy search results. Wired through: - CombinedAutocompleteProvider: new constructor option + setter - SettingsManager: getter/setter with persistence - Settings selector UI: toggle in settings panel - InteractiveMode: reads setting at init, updates provider on change |
||
|---|---|---|
| .. | ||
| components | ||
| autocomplete.ts | ||
| editor-component.ts | ||
| fuzzy.ts | ||
| index.ts | ||
| keybindings.ts | ||
| keys.ts | ||
| kill-ring.ts | ||
| stdin-buffer.ts | ||
| terminal-image.ts | ||
| terminal.ts | ||
| tui.ts | ||
| undo-stack.ts | ||
| utils.ts | ||