Sublime Forum

How to import projects

#1

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.

0 Likes

#2

Open them manually one after another?

0 Likes

#3

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?

0 Likes

#4

Try ProjectManager with different project directory:

How to use a different project directory?
To use a different directory for your projects rather than Packages/User/Projects/ , edit the following in package settings: Preferences > Package Settings > Project Manager

{
    "projects_path": ["path/to/custom/projects_dir"],
}
0 Likes