DavesCodeMusings / mpremote-vscode

Visual Studio Code extension for mpremote Python module
BSD 2-Clause "Simplified" License
10 stars 1 forks source link

Multiple mpremote terminals when VS Code closed / re-opened #15

Closed DavesCodeMusings closed 7 months ago

DavesCodeMusings commented 8 months ago

Exiting VS Code and re-entering can result in multiple terminal windows with different PIDs. This is confusing and annoying. More appropriate would be to check for an existing terminal named "mpremote" and use it if it exists. The esptool extension does this already, so it should be trivial to implement.

DavesCodeMusings commented 7 months ago

Fixed in 1.21.4