Graviton-Code-Editor / Graviton-App

🚀 A modern-looking Code Editor
https://graviton.netlify.app
MIT License
1.17k stars 126 forks source link

feat(core): Implement a files watcher #329

Open marc2332 opened 2 years ago

marc2332 commented 2 years ago

This files watcher would be requested from the client (e.g web). And all the events will be sent to the same client and also it's state extensions.

This would allow the git extension to refresh the UI without the user directly requesting it.