ckmai/.vscode/extensions.json
2025-04-04 16:14:25 +04:00

13 lines
310 B
JSON

{
"recommendations": [
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.isort",
"ms-toolsai.jupyter",
"ms-toolsai.datawrangler",
"ms-python.python",
"ms-python.vscode-python-envs",
// optional
"usernamehw.errorlens"
]
}