Files
codex/.vscode/extensions.json
Ahmed Ibrahim 546252ebb5 Add Python SDK Ruff formatting
Co-authored-by: Codex <noreply@openai.com>
2026-05-10 15:39:38 +03:00

13 lines
329 B
JSON

{
"recommendations": [
"rust-lang.rust-analyzer",
"charliermarsh.ruff",
"tamasfe.even-better-toml",
"vadimcn.vscode-lldb",
// Useful if touching files in .github/workflows, though most
// contributors will not be doing that?
// "github.vscode-github-actions",
]
}