You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is somehow weird. We don't want to add a FileSystemWatcher because as soon as every plugin is configured, it is purely overhead as it doesn't really change anymore.
The standard FileSystemWatcher uses a kernel hook while there is a PollingFileSystemWatcher that uses polling. Both seem too much.
Maybe a "reload plugins" button in the context menu or the plugin list wo suffice?
The text was updated successfully, but these errors were encountered:
nikeee
changed the title
Add ability to reaload Plugins
Add ability to reload Plugins
Oct 17, 2021
This is somehow weird. We don't want to add a FileSystemWatcher because as soon as every plugin is configured, it is purely overhead as it doesn't really change anymore.
The standard FileSystemWatcher uses a kernel hook while there is a PollingFileSystemWatcher that uses polling. Both seem too much.
Maybe a "reload plugins" button in the context menu or the plugin list wo suffice?
The text was updated successfully, but these errors were encountered: