adetailer / .vscode /settings.json
nolanaatama's picture
Initial commit
bdd2229
raw
history blame contribute delete
260 Bytes
{
"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"
}
}