Hi,
I’ve noticed that if I open a project from command line, using “subl .” project settings like “folder_exclude_patterns” are getting ignored. But If I go to Project menu and open or switch project, these settings are respected.
Furthermore, If I do, from command line in project folder: “subl --project project_name”, Sublime shows an alert box telling “Unable to read project [project_path]”
- Using Sublime 3047 on Mac OS X
- project path doesn’t contain any space or other weird chars.
- the sublime-project file:
{
"folders":
{
"path": "/Users/zip/prj/retwisn",
"follow_symlinks": true,
"folder_exclude_patterns": "node_modules"]
}
]
}