Found a silly mistake on organizeImport options. #sort #787
heecheon92
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had a problem with enabling organizeSort using Biome on save code.
Surely, I had this option on workspace-level settings.json.
Found that I had a user-level settings as well with following.
I guess "source.organizeImports" settings from user-settings overrides the "source.organizeImports.biome" settings from workspace-settings.
So I made a fix in the workspace-level settings as follow.
Spent nearly 2-days to fix this dumb issue.
I hope you don't waste your time like i did.
Beta Was this translation helpful? Give feedback.
All reactions