Closed
Description
Does this issue occur when all extensions are disabled?: Yes/No
Yes
- VS Code Version: 1.100.0 and 1.100.2
- OS Version: Windows & Ubuntu
Steps to Reproduce:
- Create an instruction file with
applyTo
pattern created according to the docs (LINK to documentation) with at least two comma separated patterns.
In my case, I also had other instruction files - general-rules matching all files'**'
an rules matching files in Application folder.
- Go to any random file matching the rules and ask copilot a question - only the rules with just one glob pattern are applied and the ones with multiple (folders, or file extensions) are ignored.
I also tried using other separators, adding a space after the comma but none of them worked. When I removed the other rule and left just '**/*.cs'
it worked fine.