Skip to content

sync_folder is an absolute path #22

@zachriggle

Description

@zachriggle

sync_folder is currently an absolute path, which prevents (ironically) syncing the PackageSyncing settings between different machines.

For example, if my home directory is /home/usera and /home/userb on two different machines, and I copy my Sublime .config/sublime-text-3/Packages/User/ settings between the two machines (which includes the Package Syncing plugin), I run into issues.

Suggested Remedy: Run os.path.expanduser or os.path.expandvars on sync_folder.

Alternately, prefix the home directory to the path if it does not start with a / or \ (i.e., is a relative path).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions