79316490

Date: 2024-12-29 22:53:57
Score: 1
Natty:
Report link

When a method is deprecated, VS Code, helpfully puts the strikethrough on the method. It helps in the event that you're refactoring or fixing bugs/issues. But it can be an eyesore. Simply toggling the option from true or false in your settings.json folder, will get rid of this.

{
  "editor.showDeprecated": false, 
}
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When a me
  • Low reputation (1):
Posted by: Dedios