package_control icon indicating copy to clipboard operation
package_control copied to clipboard

How to disable the anoising info: Skipping git packages ...

Open hongyi-zhao opened this issue 5 years ago • 5 comments

Hi,

I using st3 with package control, I always see the following popup when I start the st3:

Package Control Skipping git packages pygments since the setting "ignore_vcs_packages" is set to true

How to disable this noising info?

Regards

hongyi-zhao avatar Aug 20 '19 23:08 hongyi-zhao

What version of PC do you use? I have that setting set as true as well and don't get any popups.

FichteFoll avatar Aug 21 '19 10:08 FichteFoll

werner@localhost:~$ subl -v Sublime Text Build 3208 werner@localhost:~$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 9.9 (stretch) Release: 9.9 Codename: stretch

hongyi-zhao avatar Aug 21 '19 12:08 hongyi-zhao

You can see PC's version by finding it inside the Package Control: List Packages command from the Command Palette.

FichteFoll avatar Aug 22 '19 01:08 FichteFoll

The mensioned setting is a list of packages which are to be ignored by git.

	"ignore_vcs_packages": [],

The error message indicates that someone set it to true which turns it into a boolean, which is obviously wrong.

deathaxe avatar Jul 30 '20 19:07 deathaxe

Previously it was a boolean that disabled updating all vcs package and to my knowledge that still works (and I'd prefer it to stay that way). It's also documented.

https://github.com/wbond/package_control/blob/c12a0b7f593e3cf647fa7318649aab310ae61320/Package%20Control.sublime-settings#L99-L101

FichteFoll avatar Aug 14 '20 10:08 FichteFoll