-
目标: 手动安装插件, 解决 自动删除插件安装包问题
-
问题产生: 有的插件,无法通过控制台
ctrl+shift+p
命令安装,需要下载 “插件安装包” 到本地 "Sublime Text 3\Packages"中- 手动安装插件失败: 手动下载的插件安装包,每次重启 sublime text 软件时,会被自动删除,导致插件安装失败
-
解决办法: 复制代码+插入代码+重启软件
-
步骤1:复制 以下代码段
"auto_upgrade": false,
// If missing packages should be automatically installed when ST starts
"install_missing": false,
// If a package was installed by Package Control (has a
// package-metadata.json file) but is not in installed_packages, remove it
// based upon the assumption that it was removed on another machine and
// the Package Control.sublime-settings file was synced to this machine.
"remove_orphaned": false,
- 步骤2: 将代码段 插入软件的以下位置:
- 步骤3: 代码插入完成的样子
- 步骤4: 重新 手动安装 插件的安装包,重启 sublime text. 亲测可行.
- 感谢:♥♥♥ 如果这篇文章 对您有帮助的话,可以点赞、评论、关注,鼓励下作者哦,感谢阅读 ~