-
Notifications
You must be signed in to change notification settings - Fork 183
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
Plugin does not reflect lsp_code_actions_on_save
settings
#2421
Comments
We might need to make things less strict because currently LSP only sends the corresponding code action if the server announces support for it in its Since this functionality is not specified anywhere but rather based on VSCode, we should align with it. VSCode seems to send all user-specified
I can see 3 separate
where "only" includes a single, different code action in each. |
Similar to @hrasekj : I have my LSP.sublime-settings configured to not fix or organize on save, but fixAll is being applied regardless and I can't figure out how to turn it off. My user settings are being ignored.
|
That's an opposite problem to this one. Feel free to create another issue for it. |
Hello,
in my LSP.sublime-settings i've configured
organizeImports
to true and i'm expecting that on save biome will organize imports automatically as is writen in docs. But nonthing happening 🤔 Did i not understand it correctly?The same can apply to
quickfix.biome
. But im not sure how to test this option.The text was updated successfully, but these errors were encountered: