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

Tab completion of file names is case insensitive on Windows #7471

Merged
merged 5 commits into from Feb 10, 2022

Conversation

elazarcoh
Copy link
Contributor

What this PR does / why we need it:
Tab completion of file names should be case insensitive on Windows

Which issue(s) this PR fixes
fixes #7160

Special notes for your reviewer:

@elazarcoh
Copy link
Contributor Author

Hmm.. my test is failing for some reason. Maybe the workaround of setting the process.platform isn't working?
Both tests passes on my machine. I tried to reproduce with WSL but couldn't get the tests to even start on it.

Should I simply run each test (linux/windows) only if the platform match. instead of hacking it like I did?

@J-Fields
Copy link
Member

J-Fields commented Feb 9, 2022

Should I simply run each test (linux/windows) only if the platform match. instead of hacking it like I did?

Yeah I think that makes sense

@J-Fields J-Fields merged commit 84aa6f6 into VSCodeVim:master Feb 10, 2022
@J-Fields
Copy link
Member

Thanks!

@elazarcoh elazarcoh deleted the elazarcoh/issue7160 branch February 10, 2022 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tab completion of file names should be case insensitive on Windows
2 participants