PointMLP/.vscode/extensions.json

10 lines
170 B
JSON
Raw Normal View History

2023-08-03 14:38:02 +00:00
{
"recommendations": [
"editorconfig.editorconfig",
"eamodio.gitlens",
"ms-python.python",
"ms-python.black-formatter",
"charliermarsh.ruff",
]
}