-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Describe the feature or problem you'd like to solve
I don't want to duplicate my custom configuration locally
Proposed solution
Ideally, I would like to:
- have a unique folder locally where I store all my custom configurations (Skills, Agent, custom instructions, prompts ...).
- This unique folder can be used in CLI and Intellij
- This unique folder can be backed by a git repository (=> no other files than the customization files)
Intellij Plugin Custom Instructions:
macOS: /Users/YOUR-USERNAME/.config/github-copilot/intellij/
Windows: C:\Users\YOUR-USERNAME\AppData\Local\github-copilot\intellij\
$HOME/.copilot/copilot-instructions.md
microsoft/copilot-intellij-feedback#1465 has been created on Plugin side.
Reactions are currently unavailable