79548495

Date: 2025-04-01 11:31:17
Score: 0.5
Natty:
Report link

In VSC, Open Settings (Ctrl + ,).

Search for editor.language.comment.

Click Edit in settings.json and add:

"[scss]": {
    "editor.comments.insertSpace": true,
    "editor.comments.blockComment": ["/*", "*/"]
}

Save and restart VSC.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jrnjy