以下是我打开程序时所得到的确切错误:
Error trying to parse settings: Expected value in ~/Library/Application Support/Sublime Text 2/Packages/Default/Preferences.sublime-settings:1:13677
发布于 2014-01-19 05:53:12
您可以删除注释,并使用像http://zaach.github.io/jsonlint/这样的服务来验证JSON。
发布于 2016-01-27 08:35:33
Packages/Default/Preferences.sublime-settings.检查该文件(崇高文本2 ->首选项->设置-默认设置)
{
"bold_folder_labels": true,
"caret_style": "phase",
"fade_fold_buttons": false,
"font_face": "Consolas",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1
}https://stackoverflow.com/questions/21009643
复制相似问题