admin管理员组文章数量:1130349
-
目标: 手动安装插件, 解决 自动删除插件安装包问题
-
问题产生: 有的插件,无法通过控制台
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. 亲测可行.
- 感谢:♥♥♥ 如果这篇文章 对您有帮助的话,可以点赞、评论、关注,鼓励下作者哦,感谢阅读 ~
-
目标: 手动安装插件, 解决 自动删除插件安装包问题
-
问题产生: 有的插件,无法通过控制台
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. 亲测可行.
- 感谢:♥♥♥ 如果这篇文章 对您有帮助的话,可以点赞、评论、关注,鼓励下作者哦,感谢阅读 ~
版权声明:本文标题:【sublime text3中 手动安装的插件安装包,重启就会被自动删除】 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1763729809a2958356.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论