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

source.organizeImports no longer works #906

Closed
Eterion opened this issue Jan 28, 2022 · 0 comments
Closed

source.organizeImports no longer works #906

Eterion opened this issue Jan 28, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Eterion
Copy link

Eterion commented Jan 28, 2022

VSCode settings source.organizeImports in editor.codeActionsOnSave no longer works.
I've tried older versions and it looks like in 0.30.6 it works, anything newer than that doesn't.

The Organize Imports action it self works fine on newer version (if I call the action manually through command palette or keyboard shortcut), but not on file save.

{
  "editor.codeActionsOnSave": {
    "source.fixAll": true,
    "source.organizeImports": true
  }
}

The source.fixAll settings seems to be working just fine, so this appears to be just the source.organizeImports bug.

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants