Hi,
in my department PlatformIO extension can’t be installed on VSCode on linux.
It is because of pipx that can’t use symbolic links (and linux home are managed with Samba on server).
PlatformIO could be installed with package of the distribution.
Unfortunately there is not the toolbar on VSCode, so to compile we have to type the commande on a terminal…So we works on windows.
Is there a way to have the toolbar on VSCode ? even if platformIO was installed with packages on linux.
Thanks