platformio / platformio-atom-ide

PlatformIO IDE for Atom: The next generation integrated development environment for IoT
https://atom.io/packages/platformio-ide
Apache License 2.0
476 stars 72 forks source link

Clicking "Open" does not open the project #2523

Open JCU0 opened 2 years ago

JCU0 commented 2 years ago

Similar to #1453

When I am trying to open a project, it pops 2 windows. First window: "Project has been successfully configured and is located by this path: /home/jcu/Projects/PlatformIO/220109-205342-nanoatmega328." You can open it with your favourite IDE or process with platformio run command. Second window: Nemo window for browsing the folder containing my projects (/home/jcu/Projects/PlatformIO).

I still can manually open a folder with my project in Atom and compile it.

OS: Linux Mint, based on Ubuntu 18.04 Core 5.2.4·Home 3.4.0 Atom 1.58.0 Firefox 95.0.1 (64 bit) as my default browser.

"pio home --port 8888" shows no errors, but inside browser it works the same way (Open buttons are not working).

guysoft commented 2 years ago

I am getting this too and not sure what to do about it Did you solve this in the end?