Hi,
I have reinstalled sublime and now it has forgotten all my projects (when I use the “Switch Project”, the list is empty).
My *.sublime-project files are stored in my home folder, how do I tell Sublime to find / use / import them?
Thanks.
Hi,
I have reinstalled sublime and now it has forgotten all my projects (when I use the “Switch Project”, the list is empty).
My *.sublime-project files are stored in my home folder, how do I tell Sublime to find / use / import them?
Thanks.
Well, first I would have to do this for 50/60 projects… but I tried for one, and once open, if I close the window, then try from another window to open the switch project: the project I just opened is not there… there must be a config file where Sublime stores where a project file is stored no?
Try ProjectManager with different project directory:
How to use a different project directory?
To use a different directory for your projects rather thanPackages/User/Projects/
, edit the following in package settings:Preferences > Package Settings > Project Manager
{
"projects_path": ["path/to/custom/projects_dir"],
}