mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-06-02 05:29:46 +08:00
23 lines
531 B
JSON
23 lines
531 B
JSON
{
|
|
"python.languageServer": "None",
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"python.autoComplete.extraPaths": [
|
|
"${workspaceFolder}/gsuid_core"
|
|
],
|
|
"isort.args": [
|
|
"--profile",
|
|
"black"
|
|
],
|
|
"basedpyright.analysis.typeCheckingMode": "basic",
|
|
"basedpyright.analysis.extraPaths": [
|
|
"${workspaceFolder}/gsuid_core"
|
|
]
|
|
}
|