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

Editors are identified case-sensitively on case-insensitive file systems leading to multiple editors for the same underlying file #19014

Closed
jacobdufault opened this issue Jan 23, 2017 · 1 comment
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@jacobdufault
Copy link
Contributor

  • VSCode Version: 1.8.1
  • OS Version: Windows 10

Steps to Reproduce:

On Windows:

  1. Open the same file twice via the command line but using different case, ie, code foo and code FOO.
  2. There will be two editors open despite being backed by the same underlying file.

This is not limited to just the command line API, ie, a debugger can open up a file with a different case than what is present on the file-system which ends up causing breakpoints to not display properly.

@bpasero
Copy link
Member

bpasero commented Jan 23, 2017

#12448

@bpasero bpasero closed this as completed Jan 23, 2017
@bpasero bpasero added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 23, 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)
Projects
None yet
Development

No branches or pull requests

2 participants