前两天,我的sublime text安装的很多插件都被自动禁用了,每次都要我自己重新启用一下才可以,后来从网上找到了解决方法。
找到“设置”-“Package Settings”-“Package Control”-“Setting-user”,在里面加上三行设置
"auto_upgrade": true, "install_missing": true, "remove_orphaned": true,
我的问题解决了,不知道是否是用于也遇到这个问题的其他人。自己试试看吧