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
The path to Packages directory assumes the user uses installed version of SublimeText. I changed paths according to pattern: os.environ['APPDATA'] + "\Sublime Text 2\Packages\Remote\config.txt" INTO sublime.packages_path()+"\Remote\config.txt" in my copy. It's more universal now.
The text was updated successfully, but these errors were encountered:
The path to Packages directory assumes the user uses installed version of SublimeText. I changed paths according to pattern: os.environ['APPDATA'] + "\Sublime Text 2\Packages\Remote\config.txt" INTO sublime.packages_path()+"\Remote\config.txt" in my copy. It's more universal now.
The text was updated successfully, but these errors were encountered: