Skip to content

Organize imports preferences don't seem to workΒ #59942

@mjbvz

Description

@mjbvz

πŸ”Ž Search Terms

  • Organize imports
  • Sort imports

πŸ•— Version & Regression Information

5.6, not a regression

⏯ Playground Link

No response

πŸ’» Code

  1. In VS Code set:
  "typescript.preferences.organizeImports": {
    "caseFirst": "upper"
  },
  1. Open a TS file:
import './a';
import './A';
  1. 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

Metadata

Metadata

Assignees

Labels

Needs InvestigationThis issue needs a team member to investigate its status.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions