79323689

Date: 2025-01-02 12:27:55
Score: 1
Natty:
Report link

This might help someone in future,

adding this in your settings.json will fix the code as well as organises the imports on save.

{
  //...
  "editor.codeActionsOnSave": {
    "source.fixAll": "always",
    "source.organizeImports": "always"
  },
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sireen Ibnu Kabeer