Support pause HMR
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 399
- Forks
- 119
- Avg merge
- 20h 59m
- Merged PRs (30d)
- 65
Description
GitHub Copilot automatically save agent-edited files, causing Vite and Nitro HMR to be triggered for 20 times per agent conversation. Unexpected side effects, especially calling the backend, often make a mess.
It would be great if HMR can be temporarily paused, maybe like typing h q when running Vite dev server.
Contributor guide
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
The issue names Vite and Nitro dev servers but no file, test, or entry point. Begin by locating the CLI’s development-server and HMR integration, then identify how interactive commands are handled; done means a temporary pause and resume mechanism prevents unwanted HMR-triggered side effects and is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vite
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100