Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening file when no tab is open also opens the last file opened, in a temporary tab #7

Open
CCCristian opened this issue Aug 8, 2019 · 3 comments

Comments

@CCCristian
Copy link

Hello. The title might be confusing, so I will present the reproduction steps :
• open Visual Studio with the extension installed
• open any solution which contains at least 2 files
• open some file A using the extension's open file dialog
• close file A (ensure there are no tabs open)
• open some file B (different from A) in the same way as A
• notice as file B is opened in a regular tab, but then focus is switched right away to a temporary tab with file A (the last file opened)

This happens with the current latest version (1.14.0). Also (which might be useful to know) the focus after opening a file is on the file name in solution explorer (if it is visible), not on the newly opened tab (apparently only when opening a tab from a state where no tab is open).

@parnic
Copy link
Owner

parnic commented Aug 8, 2019

Thanks for the report, I'll try to find some time to look into it.

@parnic
Copy link
Owner

parnic commented Aug 9, 2019

I'm not seeing the temporary tab problem, but I am seeing the focus problem. I'll see if I can fix the focus issue and maybe that'll also fix your temporary tab issue.

@parnic
Copy link
Owner

parnic commented Sep 25, 2019

I've reverted the change that fixed this issue because it was causing several other problems (see #8). I'm not sure what to do about this now.

@parnic parnic reopened this Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants