init-projects/python/.vscode/extensions.json
2023-09-19 16:30:22 +02:00

9 lines
168 B
JSON

{
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"ms-python.isort",
"charliermarsh.ruff"
]
}