Sublime Text 2: Error trying to parse settings

后端 未结 4 2012
半阙折子戏
半阙折子戏 2021-02-05 10:53

How do I fix this error?

Error trying to parse settings: No data in ~/Library/Application Support/Sublime Text 2/Packages/User/JavaScript.sublime-settin

4条回答
  •  -上瘾入骨i
    2021-02-05 11:31

    Most likely you or something has created an empty file in your User config directory.

    The config files must be valid JSON. The file in the question is empty and is not JSON.

    Try deleting the file or get a fixed version from somewhere (not sure for what the file is being used for)

提交回复
热议问题