Files
coco-app/.vscode/settings.json

95 lines
1.5 KiB
JSON
Raw Normal View History

2024-12-10 13:38:31 +08:00
{
"cSpell.words": [
"ahooks",
"autolaunch",
2024-12-10 13:38:31 +08:00
"Avenir",
"callout",
"changelogithub",
2024-12-10 13:38:31 +08:00
"clsx",
"codegen",
"dataurl",
"deeplink",
"deepthink",
"dtolnay",
2024-12-10 13:38:31 +08:00
"dyld",
"elif",
"errmsg",
feat: add selection toolbar window for mac (#980) * feat: add selection window page * fix: chat input * feat: add selection page * chore: add * chore: test * feat: add * feat: add store * feat: add selection settings * chore: remove unused code * docs: add release note * docs: add release note * chore: format code * chore: format code * fix: copy error * disable hashbrown default feature * Enable unstable feature allocator_api To make coco-app compile in CI: ``` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/mod.rs:3856:12 | 3856 | impl<T, A: Allocator> RawIntoIter<T, A> { | ^^^^^^^^^ | = note: see issue #32838 <https://github.com/rust-lang/rust/issues/32838> for more information = help: add `#![feature(allocator_api)]` to the crate attributes to enable = note: this compiler was built on 2025-06-25; consider upgrading it if it is out of date ``` I don't know why it does not compile, feature `allocator-api2` is enabled for `hashbrown 0.15.5`, so technically [1] it should not use the allocator APIs from the std. According to [2], enabling the `nightly` feature of `allocator-api2` may cause this issue as well, but it is not enabled in our case either. Anyway, enabling `#![feature(allocator_api)]` should make it work. [1]: https://github.com/rust-lang/hashbrown/blob/b751eef8e99ccf3652046ef4a9e1ec47c1bfb78d/src/raw/alloc.rs#L26-L47 [2]: https://github.com/rust-lang/hashbrown/issues/564 * put it in main.rs * format main.rs * Enable default-features for hashbrown 0.15.5 * format main.rs * enable feature allocator-api2 * feat: add selection set config * fix: selection setting * fix: ci error * fix: ci error * fix: ci error * fix: ci error * merge: merge main * fix: rust code warn * fix: rust code error * fix: rust code error * fix: selection settings * style: selection styles * style: selection styles --------- Co-authored-by: Steve Lau <stevelauc@outlook.com>
2025-11-27 10:12:49 +08:00
"frontmost",
2024-12-10 13:38:31 +08:00
"fullscreen",
"fulltext",
2024-12-10 13:38:31 +08:00
"headlessui",
"Icdbb",
2024-12-10 13:38:31 +08:00
"icns",
2025-04-08 15:24:12 +08:00
"iconfont",
2024-12-10 13:38:31 +08:00
"INFINI",
"infinilabs",
2024-12-10 13:38:31 +08:00
"inputbox",
"katex",
"khtml",
"languagedetector",
"libappindicator",
"librsvg",
"libwebkit",
2024-12-10 13:38:31 +08:00
"localstorage",
"lucide",
"maximizable",
"mdast",
"meval",
2024-12-10 13:38:31 +08:00
"Minimizable",
"msvc",
2025-12-18 10:26:13 +08:00
"njsproj",
2024-12-10 13:38:31 +08:00
"nord",
"nowrap",
2024-12-10 13:38:31 +08:00
"nspanel",
"nsstring",
2025-12-18 10:26:13 +08:00
"ntvs",
feat: add selection toolbar window for mac (#980) * feat: add selection window page * fix: chat input * feat: add selection page * chore: add * chore: test * feat: add * feat: add store * feat: add selection settings * chore: remove unused code * docs: add release note * docs: add release note * chore: format code * chore: format code * fix: copy error * disable hashbrown default feature * Enable unstable feature allocator_api To make coco-app compile in CI: ``` --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/raw/mod.rs:3856:12 | 3856 | impl<T, A: Allocator> RawIntoIter<T, A> { | ^^^^^^^^^ | = note: see issue #32838 <https://github.com/rust-lang/rust/issues/32838> for more information = help: add `#![feature(allocator_api)]` to the crate attributes to enable = note: this compiler was built on 2025-06-25; consider upgrading it if it is out of date ``` I don't know why it does not compile, feature `allocator-api2` is enabled for `hashbrown 0.15.5`, so technically [1] it should not use the allocator APIs from the std. According to [2], enabling the `nightly` feature of `allocator-api2` may cause this issue as well, but it is not enabled in our case either. Anyway, enabling `#![feature(allocator_api)]` should make it work. [1]: https://github.com/rust-lang/hashbrown/blob/b751eef8e99ccf3652046ef4a9e1ec47c1bfb78d/src/raw/alloc.rs#L26-L47 [2]: https://github.com/rust-lang/hashbrown/issues/564 * put it in main.rs * format main.rs * Enable default-features for hashbrown 0.15.5 * format main.rs * enable feature allocator-api2 * feat: add selection set config * fix: selection setting * fix: ci error * fix: ci error * fix: ci error * fix: ci error * merge: merge main * fix: rust code warn * fix: rust code error * fix: rust code error * fix: selection settings * style: selection styles * style: selection styles --------- Co-authored-by: Steve Lau <stevelauc@outlook.com>
2025-11-27 10:12:49 +08:00
"objc",
"overscan",
2024-12-10 13:38:31 +08:00
"partialize",
"patchelf",
"Quicklink",
2025-12-18 10:26:13 +08:00
"Quicklinks",
2024-12-10 13:38:31 +08:00
"Raycast",
"rehype",
2025-02-18 11:51:50 +08:00
"reqwest",
"rerank",
"rgba",
"rustup",
"screenshotable",
2024-12-10 13:38:31 +08:00
"serde",
2025-12-18 10:26:13 +08:00
"Shadcn",
"swatinem",
2024-12-10 13:38:31 +08:00
"tailwindcss",
"tauri",
2025-02-18 11:51:50 +08:00
"thiserror",
"timedout",
2024-12-10 13:38:31 +08:00
"titlebar",
"tpddns",
2025-12-18 10:26:13 +08:00
"trae",
2024-12-10 13:38:31 +08:00
"traptitech",
"unlisten",
"unlistener",
"unlisteners",
2024-12-10 13:38:31 +08:00
"unminimize",
"uuidv",
"VITE",
2025-02-18 11:51:50 +08:00
"walkdir",
"wavesurfer",
2024-12-10 13:38:31 +08:00
"webviews",
"xzvf",
"yuque",
2024-12-10 13:38:31 +08:00
"zustand"
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"i18n-ally.localesPaths": [
"src/locales"
],
"i18n-ally.keystyle": "nested",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"i18n-ally.displayLanguage": "zh"
2024-12-10 13:38:31 +08:00
}