McSodbrenner / vscode-better-open-editors

MIT License
14 stars 7 forks source link

Current tab is not always selected correctly #12

Closed McSodbrenner closed 2 years ago

McSodbrenner commented 2 years ago

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.

McSodbrenner commented 2 years ago

Seems to be something that will not be fixed anytime soon. :(

April 2018

October 2018

April 2020

July 2022