vicaryV
Denoβ€’14mo ago
vicary

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?
Was this page helpful?