billgoo / vscode-tab-group

MIT License
19 stars 3 forks source link

There will be bugs when an resource is open in multiple native vscode tab groups #6

Closed Jiapeiyao closed 1 year ago

Jiapeiyao commented 2 years ago

Repro:

Cause: We only consider single tab group (native) case so far. The same resource will have same id, and closing one tab in extension view will only lead to closing one of the editors.

Jiapeiyao commented 1 year ago

Should be fixed in v0.0.2.