### Describe the Bug in my vscode config i have this line of code, this let me save the file and let vscode auto import the missings imports, but this dont work well ```json { "editor.codeActionsOnSave": { "source.fixAll": true, "source.addMissingImports": true }, } ``` as you can see in the photo, this add the import in the top of the line not where it should go  ### Steps to Reproduce ```json { "editor.codeActionsOnSave": { "source.fixAll": true, "source.addMissingImports": true }, } ```
Describe the Bug
in my vscode config i have this line of code, this let me save the file and let vscode auto import the missings imports, but this dont work well
{ "editor.codeActionsOnSave": { "source.fixAll": true, "source.addMissingImports": true }, }as you can see in the photo, this add the import in the top of the line not where it should go
Steps to Reproduce
{ "editor.codeActionsOnSave": { "source.fixAll": true, "source.addMissingImports": true }, }