martpet
martpet15mo ago

How to auto import on save?

This doesn't work: { "deno.enable": true, "deno.lint": true, "deno.unstable": true, "editor.defaultFormatter": "denoland.vscode-deno", "deno.import_intellisense_origins": { "https://deno.land": true }, "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.addMissingImports": true, "source.organizeImports": true, "source.fixAll": true } }
1 Reply
Leokuma
Leokuma15mo ago
I think the Deno extension for VSC doesn't have that feature