2014-01-09 73 views
0

這裏是確切的錯誤,我得到我打開程序:錯誤試圖解析設置

Error trying to parse settings: Expected value in ~/Library/Application Support/Sublime Text 2/Packages/Default/Preferences.sublime-settings:1:13677

+1

你給的'包/用戶/ Preferences.sublime-settings',不'軟件包/默認/ Preferences.sublime的設置內容'檢查那個文件,而不是('Sublime Text 2 - > Preferences - > Settings - Default') – MattDMo

+0

剛剛檢查過這個文件,並且確切的有13,676個字符,不確定要檢查什麼,我不能在這裏發佈所有的代碼。特定的部分有幫助? –

+0

這可能是一個非常簡單的修復方法,即在文件中缺少逗號或壞字符。製作[gist](https://gist.github.com/)並將鏈接添加到原始文章。 – AGS

回答

1

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 
}