copeai-ai-backend/.vscode/settings.json

8 lines
174 B
JSON
Raw Normal View History

2024-01-07 18:20:09 +00:00
{
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "off",
"conventionalCommits.scopes": [
"streamed-generation"
]
2024-01-07 18:20:09 +00:00
}