mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 20:20:36 +00:00
21e3ffea45
* perf: refine state fast snapshot * fix: tree apply diff err * fix: get child index * fix: use better tree event
89 lines
1.5 KiB
JSON
89 lines
1.5 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"arbtest",
|
|
"bolds",
|
|
"bools",
|
|
"cids",
|
|
"clippy",
|
|
"collab",
|
|
"curr",
|
|
"dhat",
|
|
"flate",
|
|
"fuzzer",
|
|
"gmax",
|
|
"GPUI",
|
|
"heapless",
|
|
"Helloii",
|
|
"Hoexllo",
|
|
"idlp",
|
|
"idspan",
|
|
"insta",
|
|
"Itertools",
|
|
"Kleppmann",
|
|
"lamports",
|
|
"Leeeon",
|
|
"Liangrun",
|
|
"LOGSTORE",
|
|
"napi",
|
|
"nextest",
|
|
"opgroup",
|
|
"oplog",
|
|
"opset",
|
|
"peekable",
|
|
"Peritext",
|
|
"pointee",
|
|
"reparent",
|
|
"RUSTFLAGS",
|
|
"smstring",
|
|
"sstable",
|
|
"Stewen",
|
|
"thiserror",
|
|
"tinyvec",
|
|
"txns",
|
|
"typeparam",
|
|
"unbold",
|
|
"Uncreate",
|
|
"unexist",
|
|
"unmark",
|
|
"unmergeable",
|
|
"yspan"
|
|
],
|
|
"rust-analyzer.runnableEnv": {
|
|
"RUST_BACKTRACE": "full",
|
|
// "DEBUG": "*"
|
|
},
|
|
"rust-analyzer.cargo.features": [
|
|
// "test_utils",
|
|
"counter"
|
|
],
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"rust-analyzer.server.extraEnv": {
|
|
"RUSTUP_TOOLCHAIN": "stable"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"todo-tree.general.tags": [
|
|
"BUG",
|
|
"HACK",
|
|
"FIXME",
|
|
"TODO",
|
|
"FUTURE",
|
|
"PERF",
|
|
"XXX",
|
|
"[ ]",
|
|
"[x]"
|
|
],
|
|
"explorer.fileNesting.patterns": {
|
|
"*.rs": "${capture}.excalidraw"
|
|
},
|
|
"excalidraw.theme": "dark",
|
|
"deno.enable": false,
|
|
"cortex-debug.variableUseNaturalFormat": true,
|
|
"[markdown]": {},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "denoland.vscode-deno"
|
|
},
|
|
"vitest.enable": true,
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
}
|
|
}
|