Every now and then the correct tab is not selected when the current editor changes (seen when using the original "Open Editors" for example). The reason seems to be that we have a time delay between VS code and extension host, but this is not expressed by the API in an asynchronous function:
https://github.com/microsoft/vscode-discussions/discussions/125
Until there is a solution to the problem on the part of VS Code, I will try to solve the problem via polling as a workaround.
The separation of VS code and extension host also seems to be the reason for the somewhat poor responsiveness of the extension.
Every now and then the correct tab is not selected when the current editor changes (seen when using the original "Open Editors" for example). The reason seems to be that we have a time delay between VS code and extension host, but this is not expressed by the API in an asynchronous function: https://github.com/microsoft/vscode-discussions/discussions/125
Until there is a solution to the problem on the part of VS Code, I will try to solve the problem via polling as a workaround. The separation of VS code and extension host also seems to be the reason for the somewhat poor responsiveness of the extension.