-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
microsoft/vscode
#232676Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.
Milestone
Description
π Search Terms
- Organize imports
- Sort imports
π Version & Regression Information
5.6, not a regression
β― Playground Link
No response
π» Code
- In VS Code set:
"typescript.preferences.organizeImports": {
"caseFirst": "upper"
},- Open a TS file:
import './a';
import './A';- Run organize imports
π Actual behavior
No change
π Expected behavior
Should sort imports so upper case comes first?
I confirmed that we send along "organizeImportsCaseFirst": "upper" in the configure request for the file
None of the other organize imports settings seems to work either
Additional information about the issue
No response
suchar-intens and grallbring
Metadata
Metadata
Assignees
Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.