JB
JB
Can you check if you have those files excluded from your VSCode search or are in your .gitignore? We do not add the context from exclusions that you have added...
Can you show me a screenshot of the input box? If you have accidentally clicked on the name of the file, it might toggle off the context attachment and it...
It might not just be `.gitignore`, we also honor the file and search exclusion settings in VSCode:
When you press @ , can you reference that python file? Do you have any `.ignore` files in your directory that's excluding python? also, are you running on linux, mac,...
Does this work for your `.gitignore` or is it just this special `.gitignore_global` file? Can you check what your `Claude Code: Do Not Exclude Search Patterns` setting is?
Investigating now - we should be respecting the managed settings! In the meantime, FYI you can still access the old extension by running `claude` in the built-in terminal (or the...
You can continue to run `claude` in the built-in terminal (or an external terminal) to use the terminal with old IDE integration!
@mattheworiordan have u tried doing something like this in your `.ignore`? ``` node_modules/* !node_modules/donotignore/ ```
I just added support for allowing `respectGitignore` in `settings.json`: https://github.com/anthropics/claude-code/issues/5105#issuecomment-3712861033 we also understand that some folks have custom setups and want to have their own autocomplete script, so we have...
@mattheworiordan might have been a separate issue/bug, but that pattern for exclusion should work once my latest changes roll out later this week! (tested it and it works!)