mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-29 03:30:32 +08:00
19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"cSpell.words": [
|
|
"audioid",
|
|
"enka",
|
|
"genshin",
|
|
"genshinuid",
|
|
"minigg",
|
|
"nonebot",
|
|
"nonebug",
|
|
"weapontype"
|
|
],
|
|
"[python]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
}
|
|
} |