DenoDDeno
Powered by
vicaryV
Denoβ€’16mo ago
vicary

Support Fix All in VS Code for lint errors?

With eslint and node.js I can apply
eslint --fix
eslint --fix
on file save with this setting:
{ "editor.codeActionsOnSave": { "source.fixAll": "explicit" }
{ "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
deno lint --fix
on file save?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Support for tags in custom Deno lint plugins
staytuned_teamSstaytuned_team / help
11mo ago
VS Code formatter for all supported file types?
vicaryVvicary / help
3mo ago
Errors in boilerplate code?
HudsyWudsyHHudsyWudsy / help
2y ago
Any docs for profiling deno in vs code?
BhauminBBhaumin / help
2y ago