applyTo field is not being applied correctly in custom instructions #178220
Replies: 2 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
This is expected behavior at the moment. If you want to maintain different instruction sets, the current workaround is to merge them into one file and use There’s no official support yet for including or importing additional |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Copilot Feature Area
VS Code
Body
Hi team,
I’m trying to organize my Copilot instructions by file type, but it seems Copilot only references the main
.github/copilot-instructions.mdfile.Here’s my setup:
Inside
tests.instructions.mdI have:However, when I edit or ask Copilot to make changes in a
.spec.tsfile, it doesn’t seem to reference thistests.instructions.mdfile — it only picks up.github/copilot-instructions.md.Is there a way to make Copilot recognize multiple instruction files (like one per type) or include them from a subfolder?
Or is it currently limited to only
.github/copilot-instructions.md?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions