mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
9 lines
242 B
JSON
9 lines
242 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|