Sublime Forum

Why is ignored_packages getting populated automatically?

#1

A list of packages are added to ignored_packages every time I start sublime text 2.

I have to open the settings file and delete them each and every time.

How do I stop this?

[code]“ignored_packages”:

	"HTML-CSS-JS Prettify",
	"jQuery",
	"LESS",
	"Pretty JSON",
	"SqlBeautifier"
]

[/code]

0 Likes

#2

If using Package Control it has to add them there before installing/upgrading.
github.com/wbond/sublime_packag … er.py#L155

0 Likes

#3

Then why are the same packages added every time I launch sublime, even when I don’t use package control that session?

0 Likes