-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Currently, the subdirectory "plugins" relative to FsEye.dll is the sole search
location for plugins. But this can make it difficult for plugin authors to
easily test plugins during development. Although we will still prefer "plugins"
as the plugin deployment location, we will also include the root directory
which FsEye.dll exists in as well.
We also consider expanding the search directory to all subdirectories,
recursively, but will hold off for now.
Affects FsEye 2.0.0 Beta 2
Original issue reported on code.google.com by stephen....@gmail.com on 31 Jul 2012 at 4:26