elekramE
Deno3y ago
8 replies
elekram

How to get Deno to fmt on save with VSCode?

I have a deno.json file with some fmt options which works if run fromt the command line but not when saving in VSCode.

The belowe settings are set
{
"deno.enable": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "denoland.vscode-deno"
}
Was this page helpful?