sublime text每次打开都提醒更新,看着不舒服。

新功能我们也不一定会用。

如果不使用的话,可以使用以下方法取消更新提醒。

打开:Preferences 》Settings 》 User

在{}里添加:

“update_check”: false

我的个人配置如下:

{
    "expand_tabs_on_save": true,
    "font_face": "DejaVu Sans Mono",
    "font_size": 10,
    "ignored_packages":
    [
        "Vintage"
    ],
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "word_wrap": true,
    "update_check": false
}