79543371

Date: 2025-03-29 14:21:21
Score: 0.5
Natty:
Report link

In 2025 to exclude things in your workspace, edit your workspacename.code-workspace file like this:

{
    "folders": [
        {
            "path": "."
        },
    ],
    "settings": {
        "files.exclude": {
            "./path/to/exclude": true,
        }
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Simon