mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-21 23:09:06 +00:00
chore: vscode settings
This commit is contained in:
7
.vscode/extensions.json
vendored
Normal file
7
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-python.black-formatter",
|
||||
"kevinrose.vsc-python-indent",
|
||||
"charliermarsh.ruff",
|
||||
]
|
||||
}
|
||||
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user