chore: add recommended VS Code extensions

Ruff, Python, mypy, debugpy, Even Better TOML, EditorConfig, and
GitHub Copilot.
This commit is contained in:
Kevin Turcios 2026-04-23 07:11:34 -05:00
parent 7367c2ec97
commit 0eb4422b64

11
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"recommendations": [
"charliermarsh.ruff",
"ms-python.python",
"ms-python.mypy-type-checker",
"ms-python.debugpy",
"tamasfe.even-better-toml",
"EditorConfig.EditorConfig",
"github.copilot"
]
}