Upgraded to Build 3113 and my plugins stopped loading. Saw that in 3112 there was this…
“API: Changes to how plugins are loaded. This should be transparent, but resolves a number of corner cases”
I have a workspace directory In Sublime Text 3 / Packages e.g…
Sublime Text 3 / Packages / MyWorkspace
I also have 3rd party libraries in Sublime Text 3 / Packages
In Sublime Text 3 / Packages / MyWorkspace I have a number of project directories and use a project_loader.py to import my various projects to work on. Those projects use relative imports for lower level modules.
Just wondering if anyfolks @wbond or @jps might be able to explain a little more about how plugin loading changed… perhaps shed some light on how, with the new way things work, I can get my workspace back up and running again. 