Open
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.101.0 (Universal), Commit: dfaf441
- OS Version: MacOS 15.3.2 (24D81)
Steps to Reproduce:
- Open User Settings with cmd+P -> Preferences: Open User Settings (JSON)
- Add the following to your settings:
"files.associations": { "*.md": "markdown" }
- Create a Copilot Instructions file with cmd+P -> Chat: New Instructions File
- Make sure that
applyTo: '**'
is present in the Frontmatter, write anything in the instructions file itself - Create any file and save it
- Open the Copilot Chat and add the file created in step 4 to the context, then write your prompt and press send
Expected result:
The instructions file is attached to the request
Actual result:
The instructions file is ignored
Metadata
Metadata
Assignees
Labels
No labels