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
It seems that when placing ClosureHelpers.py in the Packages/User directory for Sublime Text 3, the file cannot correctly import SublimeREPL. It seems I was able to change the import statements to:
Additionally, it seems the LoadFileInReplCommand command isn't working in ST3, I've found a similar issue here: wuub/SublimeREPL#133. The LoadFileToRepl plugin seems to work quite well to address this:
It seems that when placing
ClosureHelpers.py
in thePackages/User
directory for Sublime Text 3, the file cannot correctly import SublimeREPL. It seems I was able to change the import statements to:I'm not sure if 100% of the functionality of the helpers are working in ST3, but hopefully this can help someone else out who has seen similar issues!
The text was updated successfully, but these errors were encountered: