chore(vscode): add custom words to cSpell configuration

This commit is contained in:
Clover You
2026-02-16 12:04:28 +08:00
committed by Dawn
parent 99e1422c70
commit 8bc5591872

20
.vscode/settings.json vendored
View File

@@ -42,4 +42,24 @@
"**/src-tauri/gen": true,
".tauri": true,
},
"cSpell.words": [
"cdylib",
"cmark",
"dotenv",
"libc",
"moka",
"nongyehong",
"objc",
"qiniu",
"rlib",
"rodio",
"rustls",
"serde",
"sqlx",
"sysinfo",
"tauri",
"tungstenite",
"Vant",
"webpki"
],
}