tonsky / sublime-profiles

Profile Switcher for Sublime Text
MIT License
82 stars 3 forks source link

fixed `sublime.packages_path()` returning an empty string #5

Closed zznixt07 closed 3 years ago

zznixt07 commented 3 years ago

As mentioned here, all calls to Sublime API should be inside a module level function plugin_loaded at import time.

tonsky commented 3 years ago

Thank you!