loro/.vscode/settings.json
Leon Zhao fffd49b5fa
Use fractional index to order the children of the tree (#298)
* feat: fractional index

---------

Co-authored-by: Zixuan Chen <remch183@outlook.com>
2024-05-07 14:01:13 +08:00

76 lines
1.3 KiB
JSON

{
"cSpell.words": [
"arbtest",
"bolds",
"cids",
"clippy",
"collab",
"dhat",
"flate",
"fuzzer",
"gmax",
"heapless",
"idlp",
"idspan",
"insta",
"Itertools",
"lamports",
"Leeeon",
"LOGSTORE",
"napi",
"nextest",
"opgroup",
"oplog",
"opset",
"peekable",
"Peritext",
"pointee",
"reparent",
"RUSTFLAGS",
"smstring",
"thiserror",
"tinyvec",
"txns",
"typeparam",
"unbold",
"Uncreate",
"unexist",
"unmark",
"unmergeable",
"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",
"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
}