문제

여기에 프로그램을 열 때 얻는 정확한 오류가 있습니다.

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

도움이 되었습니까?

해결책

의견을 제거하고 "nofollow"> http://zaach.github.io/jsonlint/ JSON의 유효성을 검사합니다.

다른 팁

패키지 / 기본 / 환경 설정. UBLIME-SENTINGS.대신 파일을 확인하십시오 (sublime text 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
}
.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top