mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-08 04:56:00 +08:00
🔧 更新配置
This commit is contained in:
parent
b930add118
commit
520ede16dd
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user