Sublime Forum

[Solved] Package Control disabled in build 3126

#1

Hello,

I’ve just updated to build 3126, and Package Control seems broken; I cannot invoke it via the Command Palette (it’s just not here).

Here’s the content of Packages/User/Package Control.sublime-settings :

{
	"bootstrapped": true,
	"in_process_packages":
	[
	],
	"installed_packages":
	[
		"AdvancedNewFile",
		"Alignment",
		"All Autocomplete",
		"ApacheConf.tmLanguage",
		"ApplySyntax",
		"AutoFileName",
		"Autoprefixer",
		"BracketHighlighter",
		"Color Highlighter",
		"CSScomb",
		"DocBlockr",
		"EditorConfig",
		"Emmet",
		"Focus File on Sidebar",
		"GotoDocumentation",
		"HTML5",
		"INI",
		"jQuery",
		"Material Theme",
		"Maybs Quit",
		"Package Control",
		"PHP Getters and Setters",
		"SetSyntax",
		"SideBarEnhancements",
		"StringEncode",
		"SublimeLinter",
		"SublimeLinter-csslint",
		"SublimeLinter-jshint",
		"SublimeLinter-php",
		"Trimmer",
		"URLEncode"
	]
}

I work on Mac OS 10.11.6.

Thank you in advance :slightly_smiling:

0 Likes

#2

I’ve had a few reports of this. Look in Preferences > Settings at the ignored_packages setting.

0 Likes

#3

My bad, I hadn’t see this post : Upgrade to 3124 caused Package Control to move into ignored packages

I’ve just removed Package Control from the ignored packages and all seems to work fine now.

Thanks and sorry for the duplicate topic.

0 Likes

#4

No worries. It is good to know this isn’t an isolated incident and is going to require some debugging.

0 Likes