DavesCodeMusings / mpremote-vscode

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

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

Closed DavesCodeMusings closed 1 year ago

DavesCodeMusings commented 1 year 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 1 year ago

Fixed in 1.21.4