normen / vim-pio

Vim Plugin for PlatformIO
51 stars 4 forks source link

INFO: pio lib search is going to be deprecated. #11

Closed ubaldot closed 10 months ago

ubaldot commented 10 months ago

when I $pio lib search from the termial I get the following warning:

WARNING: This command is deprecated and will be removed in the next releases.
Please use `pio pkg search` instead.
normen commented 10 months ago

How is that relevant for the plugin?

ubaldot commented 10 months ago

I am not sure, but maybe PIOAddLibrary uses pio lib search in background? If not, then this issue can be closed ofc! :)

normen commented 10 months ago

Nah, it doesn't since a few versions, its still in the autocomplete and being recognized when used with :PIO though.