Sublime Forum

Error on program startup and parse settings

#1

I got an error after starting ST

Error trying to parse settings: Expected string in Packages\User\AutoFoldCode.sublime-settings:15002425:1

The given line is the last line in the file and it’s an empty line following this line:

		/*"0x532edc3f":
0 Likes

#2

You could be missing a */, but it’s hard to say without context. /* begins a commend and must be paired with a */ ending the comment.

0 Likes

#3

Yes, the last line is misformatted but it was automatically generated. Could be a ST bug.

0 Likes