Skip to content

Exclude folders / files?! #12905

Description

@homezonebenny

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:configurationRelates to configuration optionsarea:context-providersRelates to context providerside:vscodeRelates specifically to VS Code extensionkind:enhancementIndicates a new feature request, imrovement, or extensionkind:questionIndicates a question

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions