-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Error Reading Preferences - not valid JSON #14792
Comments
You can't have comments in brackets.json. Removing them should fix it. |
Unfortunately, it did not work. Here is the current state of brackets.json:
|
@Milkymeda You have to put |
That worked! Thanks a lot!
|
I am having same issue here and I added this code but my Brackets still having the issue of resetting itself after lunching. I still get the default theme and font size whenever I restart. Secondly, it still takes me to this JSON error page instead of my previous project. Any help on how to solve this? Thanks |
@marshalnosa Have you used valid JSON? Can you share your |
@sprintr, I can't find the preference.json file here. How do I go about that? |
Hi, Anyone know what is wrong with it ? { |
@saohlsen I think you need to remove the trailing comma from the last line:
|
@redmunds @ oh boy! Thank you, it works. |
I have a similar problem...
I am still getting an error |
There is an error in first line... |
|
I'm trying to change the PHP "executablePath" in order to get PHP Tooling support and I got this error:
Here is my brackets.json:
I've tried different things like adding only this line, with/without the comma etc.
"executablePath": "C:\xampp\php\php.exe",
But none of them worked. What could be the problem?
Thank you.
The text was updated successfully, but these errors were encountered: