IBM-Cloud / ibm-developer-extension-vscode

Extension for VS Code editor to enable IBM Cloud CLI capabilities from within the editing environment.
https://marketplace.visualstudio.com/items?itemName=IBM.ibm-developer
Apache License 2.0
13 stars 10 forks source link

fixed #10 (terminal killed error) #11

Closed triceam closed 7 years ago

triceam commented 7 years ago

Fixed #10 - If the shared terminal instance was closed, it was orphaned and we couldn't reopen the terminal. Login once, close terminal, and then you can never login again until you restart VS Code.

Now we listen for whenever a terminal window is closed that has the same name as the internal shared terminal instance.