p42ai / js-assistant

120+ refactorings and code-assists for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=p42ai.refactor
MIT License
119 stars 7 forks source link

provide setting to disable the codeActionsOnSave #73

Open tjx666 opened 1 year ago

tjx666 commented 1 year ago

image

OliverJAsh commented 10 months ago

@lgrammel Do you know what the code action on save does?

lgrammel commented 10 months ago

@OliverJAsh I think it is a vscode setting that e.g. runs all ESLint fixes automatically when you save a file.

image

It might automatically get picked up by VS Code when extension implement code actions (and scan the code), I don't remember implementing anything specific.