sublime text 打开总是弹框报错Unable to download ChineseLocalizations. Please view the console for more details.解决办法

本文链接:https://blog.csdn.net/qq_36435508/article/details/92805256

依次点击软件的    Preferences->Package Settings> Package Control > Settings - User

复制下面的代码,全部替换原内容,然后保存。即可正常安装ChineseLocalizations

{
    "bootstrapped": true,
    "channels":
    [
        "http://packagecontrol.cn/channel_v3.json"
    ],
    "debug": true,
    "downloader_precedence":
    {
        "linux":
        [
            "curl",
            "urllib",
            "wget"
        ],
        "osx":
        [
            "curl",
            "urllib"
        ],
        "windows":
        [
            "wininet"
        ]
    },
    "in_process_packages":
    [
    ],
    "installed_packages":
    [
        
    ]

}

 

你可能感兴趣的:(sublime text 打开总是弹框报错Unable to download ChineseLocalizations. Please view the console for more details.解决办法)