chore: vscode settings

This commit is contained in:
Bingsu
2023-09-01 21:41:06 +09:00
parent 0eb6a81824
commit a2f1c24227
2 changed files with 15 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"ms-python.black-formatter",
"kevinrose.vsc-python-indent",
"charliermarsh.ruff",
]
}

8
.vscode/settings.json vendored Normal file
View 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"
}
}