loro/.vscode/settings.json
Zixuan Chen 21e3ffea45
perf: refine state fast snapshot & fix a few tree event issues (#459)
* perf: refine state fast snapshot

* fix: tree apply diff err

* fix: get child index

* fix: use better tree event
2024-09-11 22:54:14 +08:00

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"
}
}