Files
Cloud-Index/.vscode/settings.json
2025-11-02 16:10:27 +08:00

10 lines
296 B
JSON

{
"python.defaultInterpreterPath": ".venv/bin/python",
"python.linting.enabled": true,
"python.linting.ruffEnabled": true,
"python.formatting.provider": "ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}