File size: 260 Bytes
bdd2229
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
    "explorer.fileNesting.enabled": true,
    "explorer.fileNesting.patterns": {
        "pyproject.toml": ".env, .gitignore, .pre-commit-config.yaml, Taskfile.yml",
        "README.md": "LICENSE.md, CHANGELOG.md",
        "install.py": "preload.py"
    }
}