codeflash/.vscode/extensions.json
Kevin Turcios 0eb4422b64 chore: add recommended VS Code extensions
Ruff, Python, mypy, debugpy, Even Better TOML, EditorConfig, and
GitHub Copilot.
2026-04-23 07:11:34 -05:00

11 lines
227 B
JSON

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