🔧 更新配置

This commit is contained in:
Wuyi无疑 2024-07-16 02:38:05 +08:00 committed by GitHub
parent b930add118
commit 520ede16dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,14 @@
} }
}, },
"python.autoComplete.extraPaths": [ "python.autoComplete.extraPaths": [
"${workspaceFolder}/../../../../" "${workspaceFolder}/gsuid_core"
], ],
"isort.args": [ "isort.args": [
"--profile", "--profile",
"black" "black"
], ],
"basedpyright.analysis.typeCheckingMode": "basic" "basedpyright.analysis.typeCheckingMode": "basic",
"basedpyright.analysis.extraPaths": [
"${workspaceFolder}/gsuid_core"
]
} }