dart_custom_lint icon indicating copy to clipboard operation
dart_custom_lint copied to clipboard

Support VSCode `source.fixAll`.

Open Rapougnac opened this issue 9 months ago • 2 comments

Describe the bug In a project with a .vscode/settings.json file:

{
  "editor.codeActionsOnSave": {
    "source.fixAll": "explicit",
  }
}

This will not run custom_lint quick fixes on save, but successfully runs quick fixes of the base analyzer

To Reproduce Any custom lint that has a quick fix.

Expected behavior The most important quick fix should run

Rapougnac avatar May 31 '24 11:05 Rapougnac