Disable plugin cache for a specific plugin
Disable plugin cache for a specific plugin
While developing a new plugin, I encountered an unexpected obstacle: The plugin works fine the first time it is loaded, but on subsequent starts, FAR notices that the plugin didn't change and won't even load the DLL into memory - it waits until the plugin actually gets used. Which is perfectly fine for most plugins, but my specific plugin only really needs to run once, when FAR is started, and from that moment on it doesn't even need to be loaded. Is there some way I can convince plugincache.db to not store information about my plugin, so that the plugin gets loaded every time FAR starts?