Replies: 1 comment 4 replies
-
|
I've been meaning to check in with the VS Code guys on this one, because I'm not convinced that's functioning as designed currently; or if it is, I have a hard time accepting that as the optimal solution. I really don't know the intention behind that but I can confirm I've seen the same thing on my end for awhile. You're welcome to search for an open issue, or if it's not reported yet, you can open your own in the VS Code repo, assuming you'd like to report it. According to the docs, First, I'm not sure why there's references to Observed behavior I've seen is that instead, it's ignoring frontmatter entirely for non-default instructions files that are included explicitly in the allowed list via config options. Copilot seems to mostly ignore that context, fwiw, unless it should be pulled in. Prompts on the other hand, are only loaded when explicitly referenced by name or slash command. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The way the workspace is configured, all instructions in the repository are considered as instruction by Copilot.
This seems to overwhelm the AI and I see considerable degrading in its performance compared to when working with other projects. Even asking it something simple like “Fix any typos in this file, please” seems to be too hard for it. Anyone else has noticed this?
What I currently do is that I use a
.code-workspacefile with this project as the second folder. Then Copilot doesn't find the contributed instructions:I think that maybe the project shouldn't be configured to look for instructions in the contribution folders. But that's out of ignorance, and there could be super good reasons for this config.
Beta Was this translation helpful? Give feedback.
All reactions