79287099

Date: 2024-12-17 08:18:17
Score: 1
Natty:
Report link

To achieve that, add following lines to your VSCode settings.json:

"files.associations": {
    "your_file.js": "plaintext"
}

Or if you want disable syntax highlighting on specific file extension

"files.associations": {
    "*.js": "plaintext"
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Radoslaw Adamkiewicz