Support Fix All in VS Code for lint errors?
With eslint and node.js I can apply
eslint --fix on file save with this setting: { "editor.codeActionsOnSave": { "source.fixAll": "explicit" }.
Deno's VS Code plugin doesn't seem to recognize the "Fix All" command in the command palette.
How do I enable deno lint --fix on file save?0 Replies