Files
coco-app/.vscode/settings.json
2024-12-20 18:53:41 +08:00

41 lines
644 B
JSON

{
"cSpell.words": [
"autolaunch",
"Avenir",
"callout",
"clsx",
"codegen",
"dyld",
"fullscreen",
"headlessui",
"icns",
"INFINI",
"inputbox",
"katex",
"localstorage",
"lucide",
"maximizable",
"Minimizable",
"nord",
"nowrap",
"nspanel",
"nsstring",
"partialize",
"Raycast",
"rehype",
"rgba",
"serde",
"tailwindcss",
"tauri",
"titlebar",
"traptitech",
"unlisten",
"unminimize",
"webviews",
"zustand"
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
}