wbond / package_control

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

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

Closed hongyi-zhao closed 9 months ago

hongyi-zhao commented 5 years ago

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

FichteFoll commented 5 years ago

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

hongyi-zhao commented 5 years ago

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

FichteFoll commented 5 years ago

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

deathaxe commented 4 years ago

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.

FichteFoll commented 4 years ago

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