Project Manager for Sublime Text 3 . mirror of https://github.com/budRich/ProjectManager
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
999 B
21 lines
999 B
{ |
|
// A list of folders containing *.sublime-project files |
|
// "projects_path": ["path/to/custom/Projects", "another_path/to/Projects"] |
|
|
|
// Enable local projects directory, such a directory will be named as |
|
// "Projects - computer_name", where computer_name is your computer hostname. |
|
// It would be useful if Sublime Text settings are synced across different computers. |
|
// To discover your computer hostname, run |
|
// import sys; sys.modules['Project Manager'].pm.get_node() in your sublime console |
|
// "use_local_projects_dir": true |
|
|
|
// it is used to fix a sublime bug: |
|
// https://github.com/SublimeTextIssues/Core/issues/62#issuecomment-42258131 |
|
// The work-around is to make sure that all of your projects are configured either |
|
// to Hide Open Files or Show Open Files in the sidebar. |
|
// "show_open_files": true |
|
|
|
// show recent projects first |
|
// if false, the projects are sorted alphabetically |
|
// "show_recent_projects_first": false |
|
}
|
|
|