Blank terminal screen unable to type anything in Platformio-ide-terminal in Atom

Viewed 1432

I have installed platformio-ide-terminal in Atom for working on python project. But when I open the terminal it shows blank screen with no option to write anything.

Blank terminal screen

Can anyone please help me out with this. I have also tried terminal plus and still the same issue.

2 Answers

Below worked for me : Open 'Atom' -> 'File' -> 'Settings' -> 'Packages' -> 'Settings' for platformio-ide-terminal -> Scroll down to 'Shell override' and pass correct path of command prompt.

e.g., enter image description here

Here the same problem after the last "platformio terminal' update, the terminal is completely blocked. I opened an case for this on github and found out that the plugin is NO longer supported on Atom. Uninstalling and installing does not solve the problem.

There Microsoft is the owner of Github now, I decided to switch from "Atom" to "VSCode" and without any regrets till now. (much faster, more stable, same amount of plugins). My terminal works like a charm again!

Related