Looking for general advice, as I’m not completely sure what is causing this behavior which I did not encounter until recently. I’m finding it quite annoying because it can delete imports if I comment out a line during development.
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
2
Answers
Adding the following to your settings.json file (you can access it on Windows with ctrl+shift+p followed by a search for settings)
Note: ensure that "editor.codeActionsOnSave" is not defined elsewhere (aside from language specific places), as this prevented the fix from working the first time I tried it.
Check your extensions might have the Auto extension or Accessibility extension installed.
Revert back if this did not work.