loro/.vscode/settings.json
Zixuan Chen a9d4de7a18
Test: Add fuzzing tests for gc mode correctly & fix several failed cases (#461)
* test: fuzz gc correctly

* fix: lots of gc snapshot issues

* fix: vv to frontiers

* test: add an arbtest for gc fuzzing tests

* test: fix a few test issues

* fix: apply diff of a dangling container that was deleted before trimmed version
2024-09-12 20:07:57 +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"
}
}