BenWildeman / vscode-tabulous

Adds tabs for each terminal process to the status bar
https://marketplace.visualstudio.com/items?itemName=bwildeman.tabulous
MIT License
12 stars 2 forks source link

WIP: Fix #18 #19

Closed Samuel-B-D closed 4 years ago

Samuel-B-D commented 4 years ago

See #18

BenWildeman commented 4 years ago

I'm gonna thoroughly test this fix over the next week to see if it fixes the issue. I've experienced the same bug myself

Samuel-B-D commented 4 years ago

This doesn't seems to be enough, I still have the issue on ArchLinux. I have 4 default terminals, and upon opening the workspace, I have 8 tabs at the bottom. First 4 are clickable but highlight the last 4, and last 4 throw error on click. :(

Samuel-B-D commented 4 years ago

The proper way to fix this would be to track terminals through the comon.terminals only through onDidOpenTerminal and onDidCloseTerminal.