Request: Support for VSCode CoPilot
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 287
- Forks
- 58
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 17
Description
VSCode has recently added plugin support (in Preview). It would be great if you could add VSCode Copilot support!
(Or if the issue stems from VSCode's plugin handling, maybe you could collaborate so they can adapt their coding to your plugin?)
The main issue I'm seeing appears to be with the hooks; they do not display, and the chat window is displaying errors related to the hooks not being found.
Screenshot of hook error in Copilot chat:
Documentation of how VSCode Copilot parses Claude Code hook paths and commands is here: https://code.visualstudio.com/docs/copilot/customization/agent-plugins#_hooks-in-plugins
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository files or tests are named. Start by reading the linked VSCode Copilot documentation on hooks in plugins, then inspect how this plugin declares and exposes its hooks. Done means VSCode Copilot recognizes the plugin hooks and the reported hook errors no longer appear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- devtools, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100