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

VSCode SCM has to be case sensitivity (uncompatible with WSL git) #37960

Closed
SailorMax opened this issue Nov 9, 2017 · 3 comments
Closed

VSCode SCM has to be case sensitivity (uncompatible with WSL git) #37960

SailorMax opened this issue Nov 9, 2017 · 3 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@SailorMax
Copy link

SailorMax commented Nov 9, 2017

  • VSCode Version: 1.18.0
  • OS Version: Windows 10 1709 b16299.19

Steps to Reproduce:

  1. Create file "foo/test.txt" and commit it to git repository
  2. Rename directory "foo" to "FOO"

Expected: Source Control tab show this modification, as "git status" in WSL terminal

Actual: Source Control tab did not see this modification, but "git status" (in WSL terminal) see. In result we can't fix directory/file letter case bugs via VSCode. Only by command line. But our most sites are on *nix OSes where big/small letters matter...

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the new release label Nov 9, 2017
@vscodebot vscodebot bot added the git GIT issues label Nov 9, 2017
@joaomoreno joaomoreno added info-needed Issue requires more information from poster and removed git GIT issues new release labels Nov 10, 2017
@joaomoreno
Copy link
Member

If you change the casing of a file in the Explorer, are you sure git status sees it?

I just tried in macOS and Windows, and git status doesn't see it. If I change the casing of a file, git status won't report that the file has changed.

Can you show me a screen recording?

@SailorMax
Copy link
Author

SailorMax commented Nov 10, 2017

Missed important information: I use WSL in terminal. "git status" in WSL terminal is case sensitivity...
Looks like problem is more complex :)

@SailorMax SailorMax changed the title VSCode SCM has to be case sensitivity VSCode SCM has to be case sensitivity (uncompatible with WSL git) Nov 10, 2017
@joaomoreno
Copy link
Member

#29812

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants