I'm using this handy option in vscode that runs the "Organize imports" action on save
"[typescript]": {
"editor.codeActionsOnSave": { "source.organizeImports": true }
},
Running the action manually through F1 > Organize imports does work in svelte files, but this option appears to get ignored
You'll have to use [svelte] instead of [typescript] for svelte file
Most helpful comment
You'll have to use
[svelte]instead of[typescript]for svelte file