ten / .vscode /settings.json
3v324v23's picture
Зафиксирована рабочая версия TEN-Agent для HuggingFace Space
87337b1
raw
history blame contribute delete
312 Bytes
{
"C_Cpp.intelliSenseEngine": "disabled",
"editor.formatOnSave": true,
"editor.defaultFormatter": null,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"git.ignoreLimitWarning": true,
"pylint.ignorePatterns": [
"*/ten_runtime_python/**/*",
"/usr/lib/**/*"
],
}