mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
407ed6de70
* updated openai, fcc works, with sample * reduced files in openai
39 lines
949 B
JSON
39 lines
949 B
JSON
{
|
|
"cSpell.languageSettings": [
|
|
{
|
|
"languageId": "py",
|
|
"allowCompoundWords": true,
|
|
"locale": "en-US"
|
|
}
|
|
],
|
|
"[python]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit",
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnType": true,
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
},
|
|
"python.analysis.autoFormatStrings": true,
|
|
"python.analysis.importFormat": "relative",
|
|
"python.analysis.packageIndexDepths": [
|
|
{
|
|
"name": "agent_framework",
|
|
"depth": 2
|
|
},
|
|
{
|
|
"name": "extensions",
|
|
"depth": 2
|
|
},
|
|
{
|
|
"name": "openai",
|
|
"depth": 2
|
|
},
|
|
{
|
|
"name": "azure",
|
|
"depth": 2
|
|
}
|
|
]
|
|
} |