chore(xiaozhi): 更新配置文件
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.formatOnSave": true,
|
||||
"python.languageServer": "Pylance",
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"ruff.organizeImports": true,
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "charliermarsh.ruff",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": "explicit",
|
||||
"source.fixAll": "explicit"
|
||||
}
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/node_modules": true,
|
||||
"**/__pycache__": true,
|
||||
"*.egg-info": true,
|
||||
".venv": true,
|
||||
".mypy_cache": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user