Before submitting your bug report
Description
I have this config.yaml entries:
context:
- provider: code # @code – Symbole / Funktionen im Codebase suchen
- provider: file # @file – Einzelne Datei anhängen
- provider: folder # @folder – Ganzen Ordner anhängen
- provider: currentFile # @currentFile – Aktuelle Datei automatisch einbeziehen
- provider: terminal # @terminal – Letzten Terminal-Output einbeziehen
- provider: problems # @problems – VS Code Problembereich einbeziehen
- provider: diff # @diff – Aktuellen Git-Diff einbeziehen
- provider: open # @open – Alle aktuell geöffneten Tabs einbeziehen
- provider: codebase # @codebase – Gesamten indizierten Workspace durchsuchen
- provider: safe-folder
params:
#includes: ["*.py"]
excludes: ["build/", "dist/", "__pycache__/", "TMP/", "TEMP/", "Documentation/"]
safe-folder is not known (sure)!
How can you give an "ignore list" of files / folders to continue? Like when you use file or folder or currentFile and so on that if they are on the "ignore list" that they are NOT used for the ai.
It's not only to safe some tokens, maybe even to not deliver sensitive data to a cloud ai...
Before submitting your bug report
Description
I have this config.yaml entries:
safe-folder is not known (sure)!
How can you give an "ignore list" of files / folders to continue? Like when you use
fileorfolderorcurrentFileand so on that if they are on the "ignore list" that they are NOT used for the ai.It's not only to safe some tokens, maybe even to not deliver sensitive data to a cloud ai...