-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
When opening a file from problem view, the file is opened again in a new tab. #18684
Comments
This also happens from
|
@bpasero I start this with you. When we compare file inputs are we comparing them case insensitive under Windows? If we do then this sounds like a cpptools problem then. |
This should be reported to the C++ extension, otherwise, duplicate of #12448 |
@martincohen might be a dup of #12448, @bpasero would know best. Sorry for making you file a new issue that turns out to be a dup! |
@isidorn no problem at all, hopefully it adds more visibility to the issue and helps you guys. I would love to take a look at the issue myself, but I'm still trying to find my way around the source code. |
I'm using MSVC 2015 and
cpptools
. When I click on errors in problem view, I get the file opened as a duplicate with path "." (for example lib.h opens again aslib.h .
) This later causes errors with saving files (as Code detects that the file is "newer" on the disk) and I've already lost several hours of work due to this bug.1.8.1 (with freshly installed cpptools)
Windows 10
Steps to Reproduce:
This happens quite random
F8
(and if it actually works, as it's buggy) and the file is opened in another tab.The text was updated successfully, but these errors were encountered: