python-template/.vscode/extensions.json
2025-09-20 18:13:00 +03:30

9 lines
177 B
JSON

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