in the past Quick Access->Updates->Update All worked without any problems, even without an active project. Now I get the message
pio update
This command is deprecated and will be removed in the next releases.
Please use pio pkg update instead.
Im using vscode 1.67.2, W11, PlatformIO IDE v2.4.3
pio pkg update in a terminal (vscode) works only inside a project, e.g.
.\Projects\Nucleo F401RE Test> pio update
This command is deprecated and will be removed in the next releases.
Please use pio pkg update instead.
PS .\Projects\Nucleo F401RE Test> pio pkg update
Resolving nucleo_f401re environment packages…
Already up-to-date.
Outside of a project:
.\Projects> pio pkg update
Error: Not a PlatformIO project. platformio.ini file has not been found in current working directory (.\Projects). To initialize new project please use platformio project init command
Summary
pio update doesnt work in vscode
pio pkg update doesnt work outside of a project anymore
That’s definitely an oversight in the VSCode extension. It shouldn’t be issuing that command when it knows it’s working with the 6.x core, but instead it just does