qwen_agent/.vscode/settings.json
2025-12-12 18:41:52 +08:00

9 lines
238 B
JSON

{
"python.languageServer": "Pylance",
"python.analysis.indexing": true,
"python.analysis.autoSearchPaths": true,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.extraPaths": [
"${workspaceFolder}/.venv"
]
}