We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Applicability
This task is part of #4181 and it depends on #4183 and #4185
--fix-unsafe
fixAll
The text was updated successfully, but these errors were encountered:
Merge pull request #4186 from andersk/arithmetic
e64d7d1
Spell “arithmetic” correctly
Discussed more at #6962 (comment)
Sorry, something went wrong.
Additionally, would having unsafe-fixes = true in the config mean that the fixAll code action includes them?
unsafe-fixes = true
Yes, I think it should.
I think applicability is now respected in the LSP but @zanieb correct me if I'm wrong.
zanieb
No branches or pull requests
This task is part of #4181 and it depends on #4183 and #4185
--fix-unsafe
when applying a code fix.fixAll
action handler to only apply safe fixes by defaultfixAll
The text was updated successfully, but these errors were encountered: