Sublime Forum

How can I provide list of files for "add folder to project"?

#1

I use Sublime Text over a network using sshfs. In doing so, if I add a folder to a project, it takes a while to get all of the files loaded into ST3. I would like to be able to provide a list of the files for the project (paths) so that ST3 can just read the file vs discovering all files.

Is there a way to update the project file list so ST3 doesn’t have to discover them? If so, where is this file located ?

0 Likes

#2

Project -> Edit Project

I guess you would need to use file_include_patterns though, because the file defines folders, not files, that are part of the project.

0 Likes