billgoo / vscode-tab-group

MIT License
19 stars 3 forks source link

Fix displaying the group name in the tree when creating a group #24

Closed sonny89 closed 1 year ago

sonny89 commented 1 year ago

This PR fixes the issue when we are creating a new tab group in the tree view and adding a name to it, that name was not displayed in the tree view.

Trigger a rerender after setting the name will fix this issue.