-
Notifications
You must be signed in to change notification settings - Fork 65.6k
Closed as duplicate of#42259
Closed as duplicate of#42259
Copy link
Labels
triageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team
Description
From Response Customization:
| * Include the folder structure of the repository, including any important directories or files that are relevant to the project. |
Is this not obsolete? When looking at the debug view for copilot chat in VS Code, I can see that the user prompt already includes the current folder structure by default:
<environment_info>
The user's current OS is: Windows
</environment_info>
<workspace_info>
I am working in a workspace with the following folders:
- c:\foldername\foo
- c:\differentfolder\bar
I am working in a workspace that has the following structure:
My.Project.A/
Fobar.cs
Banana.cs
...
My.Project.B/
Apple.cs
Banana.cs
...
This is the state of the context at this point in the conversation. The view of the workspace structure may be truncated. You can use tools to collect more context if needed.
</workspace_info>
[copilot_cache_control: { type: 'ephemeral' }]
Metadata
Metadata
Assignees
Labels
triageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team