Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change the default directory for Brackets

I have tons of files in my home directory (~), and each time I open Brackets, it tries to load and index all the files there. Eventually, after freezing for a minute, it throws the error:

Error Indexing Files: The maximum number of files have been indexed.

I can of course switch directories after this freeze, but how do I set the default directory for Brackets to be another directory (not the home directory), thus avoiding this freeze each time Brackets is initiated?

like image 886
dayuloli Avatar asked Mar 23 '15 14:03

dayuloli


1 Answers

Brackets should be remembering whichever project you had open last. Your state settings file may be corrupt. Try these steps:

  1. Quit Brackets
  2. Navigate to the following folder:
    • Mac: ~/Library/Application Support/Brackets
    • Linux: ~/.config/brackets
  3. Find the state.json file and change the projectPath parameter to a new default path
  4. If state.json cannot be found, make sure this folder has write permissions for your user account

If the above did not work, try opening the state.json to see if it's corrupted (possibly by a buggy extension). If all fails delete the file altogether and restart.

like image 93
peterflynn Avatar answered Oct 23 '22 01:10

peterflynn