codeflash/.vscode/extensions.json

12 lines
227 B
JSON
Raw Normal View History

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