-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Switch imports back to case sensitive sorting #51916
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
Conversation
If we also want Organize Imports to work, I can add in the necessary newlines or changes + eslint rule to enforce that, I was just trying to do more of a revert. But, I think people just want their editors to work better, so I can just add that change in here. |
eslint-plugin-import can do this, but, it also doesn't match organize imports. |
Maybe we need an |
At this point I am strongly preferring #52090. |
Fixes #51617
As of the latest nightly VS Code TypeScript extension, we seem to handle things correctly.