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 a file should ignore casing if file already opened (Win, Mac) #15120

Closed
jstarks opened this issue Nov 7, 2016 · 3 comments
Closed

Opening a file should ignore casing if file already opened (Win, Mac) #15120

jstarks opened this issue Nov 7, 2016 · 3 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality

Comments

@jstarks
Copy link
Member

jstarks commented Nov 7, 2016

  • VSCode Version: 1.7.1
  • OS Version: Windows 10 Insider Preview

Steps to Reproduce:

  1. Create a file Foo.cpp. Have it open in a tab.
  2. Run a task that emits a problem for "foo.cpp" instead of "Foo.cpp".
  3. Double click the problem in the error pane.

Expected: Window switches to the Foo.cpp tab.

Actual: Window creates a new foo.cpp tab and switches to it. Foo.cpp is still open, too.

@bpasero
Copy link
Member

bpasero commented Nov 8, 2016

While we can fix this in VS Code with quite some work, I would argue that this should also be reported to any extension that produces errors in casing that does not match the casing on disk.

@bpasero bpasero added feature-request Request for new features or functionality workbench labels Nov 8, 2016
@bpasero bpasero changed the title When selecting problems that are emitted with mismatched filesystem casing, files are opened in duplicate tabs Opening a file should ignore casing if file already opened (Win, Mac) Nov 8, 2016
@bpasero bpasero removed their assignment Nov 8, 2016
@jstarks
Copy link
Member Author

jstarks commented Nov 8, 2016

@bpasero, I'd agree if this were an extension. But in this case, it's the output from my build tools, which I do not control.

@bpasero
Copy link
Member

bpasero commented Jan 4, 2017

#12448

@bpasero bpasero closed this as completed Jan 4, 2017
@bpasero bpasero added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 4, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants