posit-dev / publisher

MIT License
3 stars 0 forks source link

Create watcher manager to handle file watching #1714

Closed dotNomad closed 2 months ago

dotNomad commented 2 months ago

This PR takes the file watchers we create for the various files and directories in the extension (that do not change) and unifies them under a WatcherManager class that is created by the extension and passed down to views that require it.

Intent

Part of #1673

Type of Change

dotNomad commented 2 months ago

A couple unused constants are used in the follow-up #1717. I'll merge these together when that PR passes.