mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Fix formatting in task-planner.agent.md
Without the space before the comma, VS Code interpreted the comma as part of the file name, which caused the following error even though the target file was in the target location: ``` File './task-researcher.agent.md,' not found at 'C:\Users\hunte\AppData\Roaming\Code - Insiders\User\prompts\task-researcher.agent.md,'. ``` After adding the space, the yellow squiggles and error went away.
This commit is contained in:
@@ -63,7 +63,7 @@ You WILL process user input as follows:
|
||||
- `{{specific_action}}` → "Create eventstream module with custom endpoint support"
|
||||
- **Final Output**: You WILL ensure NO template markers remain in final files
|
||||
|
||||
**CRITICAL**: If you encounter invalid file references or broken line numbers, you WILL update the research file first using #file:./task-researcher.agent.md, then update all dependent planning files.
|
||||
**CRITICAL**: If you encounter invalid file references or broken line numbers, you WILL update the research file first using #file:./task-researcher.agent.md , then update all dependent planning files.
|
||||
|
||||
## File Naming Standards
|
||||
|
||||
|
||||
Reference in New Issue
Block a user