I can’t see a way to do this but maybe I’m overlooking something…
Can package control be used to install a specific version of a package older than the package’s current release? In other words can you downgrade an installed package?
I know that I can uninstall the package using package control and then manually install the version of the package which I require.
If not possible, then wouldn’t a setting like force_package_version
be a logical addition to complement the auto_upgrade_ignore
setting? For example:
"force_package_version": [ {"package": "PackageName", "version": "1.1.1"} ]
Thanks all.