mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-28 16:06:28 +01:00
* feat: remove tauri-nspanel plugin * chore: auto formatter rust code * feat(windows): shortcut support windows * doc: note windows error * feat(linux): shortcut support linux * fix: remove open_devtools code * wip: emit open_settings event on all os * feat: support autostart with settings * doc: close autostart * wip: open settings distinguish window or other os
39 lines
618 B
JSON
39 lines
618 B
JSON
{
|
|
"cSpell.words": [
|
|
"autolaunch",
|
|
"Avenir",
|
|
"callout",
|
|
"clsx",
|
|
"codegen",
|
|
"dyld",
|
|
"fullscreen",
|
|
"headlessui",
|
|
"icns",
|
|
"INFINI",
|
|
"inputbox",
|
|
"katex",
|
|
"localstorage",
|
|
"lucide",
|
|
"maximizable",
|
|
"Minimizable",
|
|
"nord",
|
|
"nspanel",
|
|
"nsstring",
|
|
"partialize",
|
|
"Raycast",
|
|
"rehype",
|
|
"serde",
|
|
"tailwindcss",
|
|
"tauri",
|
|
"titlebar",
|
|
"traptitech",
|
|
"unlisten",
|
|
"unminimize",
|
|
"webviews",
|
|
"zustand"
|
|
],
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true
|
|
}
|
|
} |