Files
pynosaur/.vscode/extensions.json

8 lines
127 B
JSON
Raw Normal View History

2025-06-20 00:57:47 +08:00
{
"recommendations": [
"ms-python.black-formatter",
"ms-python.pylint",
"ms-python.flake8"
]
}