Package Control 不见了,无法使用找不到的或者不存在了

问题描述

问题一:Package Control 不见了?1

I want to install a package for FTP. I followed instructions on the internet.
First, in the console, copy the code needed and press Enter.
What I get to see, you see in attached screenshot: I get 275309… Is that an error code?
In the other screen, you see that install package does not give me any result.

img

解决方式2

Go to Preferences > Settings and see if "Package Control" is listed in "ignored_packages". If that isn’t the case, restart Sublime Text and paste the contents of you console in a new issue at https://github.com/wbond/package_control/issues 2.0k.

{
	"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
	"font_size": 13,
	"ignored_packages":
	[
		"Package Control",
		"Vintage"
	],
	"theme": "Default.sublime-theme",
}

删除后重启即可使用

参考


  1. https://forum.sublimetext.com/t/package-control-not-working-at-all/29219 ↩︎
  2. Sublime Text3 Package Control 在菜单栏中不显示 ↩︎

发表评论

0 评论