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

Path segments are not handled case sensitive for open files #3994

Open
Nothing4You opened this issue Mar 7, 2021 · 0 comments
Open

Path segments are not handled case sensitive for open files #3994

Nothing4You opened this issue Mar 7, 2021 · 0 comments

Comments

@Nothing4You
Copy link

Nothing4You commented Mar 7, 2021

Description

When a part of the path exists in multiple case sensitive variants it is only possible to open one of these files at a time.

Steps to reproduce

  1. Make sure you're on a case sensitive filesystem
  2. touch foo
  3. touch Foo
  4. subl foo
  5. subl Foo
  6. Only foo will be opened

Expected behavior

Both files should be opened.

Actual behavior

Only the first file will be opened.

Environment

  • Build: 3211
  • Operating system and version: macOS 11.2.2 (20D80)

Additional notes

  • this happens both for the filename and also for parts of the path being different only in casing, e.g. foo/bar and Foo/bar
  • this affects all types of opening, subl, open from sidebar and open via File > Open

References

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