mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-28 17:41:49 +00:00
acafc76aff
* feat: new tree state * fix: emit meta event * fix: semantic tree event * fix: diff calc bring_back * chore: clear comments * fix: merge * fix: tree snapshot * fix: filter empty bring back * feat: tree add external diff * fix: imported changes were not mergeable (#147) * fix: imported changes were not mergeable now the small encoding size is supported in example * fix: stupid err in richtext checkout * fix: rle oplog encode err - support pending changes - start counters were wrong * fix: utf16 query err (#151) * fix: tree movable node lamport * fix: merge * perf: bring back * doc: add deep value meta doc * refactor: bring back only when record diff --------- Co-authored-by: Zixuan Chen <remch183@outlook.com>
54 lines
1 KiB
JSON
54 lines
1 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"arbtest",
|
|
"clippy",
|
|
"dhat",
|
|
"flate",
|
|
"gmax",
|
|
"heapless",
|
|
"insta",
|
|
"Leeeon",
|
|
"LOGSTORE",
|
|
"napi",
|
|
"nextest",
|
|
"oplog",
|
|
"peekable",
|
|
"Peritext",
|
|
"RUSTFLAGS",
|
|
"smstring",
|
|
"thiserror",
|
|
"tinyvec",
|
|
"txns",
|
|
"unbold",
|
|
"unexist",
|
|
"unmark",
|
|
"yspan"
|
|
],
|
|
"rust-analyzer.runnableEnv": {
|
|
"RUST_BACKTRACE": "full",
|
|
"DEBUG": "*"
|
|
},
|
|
"rust-analyzer.cargo.features": ["test_utils"],
|
|
"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",
|
|
"XXX",
|
|
"[ ]",
|
|
"[x]"
|
|
],
|
|
"explorer.fileNesting.patterns": {
|
|
"*.rs": "${capture}.excalidraw"
|
|
},
|
|
"excalidraw.theme": "dark",
|
|
"deno.enable": false ,
|
|
"cortex-debug.variableUseNaturalFormat": true,
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "darkriszty.markdown-table-prettify"
|
|
}
|
|
}
|