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
I realized that I didn't provide any context as to why this is a problem. I sync my Sublime Text settings between two computers. Since those two computers don't have the same home folder, this will only work on one at a time. Allowing a relative base path would fix the problem.
I am trying to get the Viewing on a Local Server support to work and have found that the following definition of basePath will not work:
~/Sites/my-site
But if I change it to the following, it will work:
/Users/computeruser/Sites/my-site
The text was updated successfully, but these errors were encountered: