WUT_Computer_Science/.vscode/extensions.json

7 lines
128 B
JSON
Raw Normal View History

2024-12-27 12:08:09 +01:00
{
"recommendations": [
"ms-python.black-formatter",
"ms-python.autopep8",
"ms-python.pylint"
]
}