-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Description:
The latest Copilot release introduced the ability to add files and folders to the Copilot context via the right-click menu, which is a great improvement.
However, the same functionality is not available for entire projects. Being able to right-click a project and add it to the Copilot context would be very useful, especially for larger codebases or when working across multiple modules.
Current Behavior:
Right-click on a file or folder → ✅ "Add to Copilot context" is available.
Right-click on a project root → ❌ No option to add to Copilot context.
Expected Behavior:
Right-clicking a project should also include the "Add to Copilot context" option, treating it similarly to a top-level folder.
Use Case:
Adding entire projects to the context would streamline workflows for multi-module or monorepo setups, avoiding the need to manually add multiple subfolders or files.