Page 1 of 1

Problem after reinstalling VS-Code+Platformio on Linux

Posted: 02 Aug 2021, 19:48
by mackowiakp
Due to the disk failure, I had to reinstall VSCode and Platformio on my Linux based PC.
Supposedly I did everything according to Platformio and Letscontrol wiki`s.
But as you can see in the attached screenshot, the options related to LetsControl don't show up in the bottom toolbar.
Maybe someone will tell me what I'm doing wrong?
Screenshot_20210802_194730.jpg
Screenshot_20210802_194730.jpg (182.49 KiB) Viewed 5546 times

Re: Problem after reinstalling VS-Code+Platformio on Linux

Posted: 02 Aug 2021, 20:05
by Ath
I can't see the PlatformIO icon/plugin in the left toolbar? PlatformIO needs to be installed within VSCode, not separately, AFAICS.
And you really should read documentation on ReadTheDocs, as the Wiki is no longer maintained. https://espeasy.readthedocs.io/en/lates ... ormIO.html

Re: Problem after reinstalling VS-Code+Platformio on Linux

Posted: 02 Aug 2021, 20:11
by TD-er
You probably haven't got PlatformIO installed.

See: https://www.youtube.com/watch?v=ArqwMcYSMsU&t=2s
Also do'n use the Wiki, but ReadTheDocs: https://espeasy.readthedocs.io/en/lates ... th-vs-code

Re: Problem after reinstalling VS-Code+Platformio on Linux

Posted: 02 Aug 2021, 20:14
by mackowiakp
I installed PlatformIO as a plugin. But for really, The icon of Platfotmaiao is not present

Re: Problem after reinstalling VS-Code+Platformio on Linux

Posted: 02 Aug 2021, 20:42
by TD-er
What Python version is available ?
Best to check it in the console in PlatformIO

And if you can check Python there, maybe also a good idea to run

Code: Select all

pip3 install -r requirements.txt
The requirements.txt file is present in the ESPEasy folder.

Re: Problem after reinstalling VS-Code+Platformio on Linux

Posted: 19 Aug 2021, 17:50
by mackowiakp
And the case was explained. As usual, a stupid error. Catalog ~ /.platformio I have physically on another disk but there is a symbolic link to ~ /.platformio. And the group was not this.
Sometimes a man has an eclipse of the mind ....

Re: Problem after reinstalling VS-Code+Platformio on Linux

Posted: 19 Aug 2021, 21:43
by TD-er
I think the more scientific name for this phenomenon is: "Blupp" ;)

Re: Problem after reinstalling VS-Code+Platformio on Linux

Posted: 20 Aug 2021, 01:32
by mackowiakp
:D