wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.77k stars 816 forks source link

Fix ignored_packages setting getting changed at startup if default packages have been extracted #1660

Closed BenjaminSchaaf closed 7 months ago

BenjaminSchaaf commented 7 months ago

If the default packages aren't in a .sublime-package file then on startup the "ignored_packages" setting would always be set to [].

Primarily this fixes our development environment where we don't use any .sublime-package files, but presumably there are also people who've extracted these folders (as unwise as that may be).

deathaxe commented 7 months ago

Oups. Read it as an issue, not a PR.