loro/.vscode/settings.json
Zixuan Chen 734b832c00
Fix checkout event (#126)
* tests: add checkout err tests

* fix: checkout event err when create child
2023-10-30 14:16:50 +08:00

52 lines
1,019 B
JSON

{
"cSpell.words": [
"arbtest",
"clippy",
"dhat",
"flate",
"gmax",
"heapless",
"insta",
"Leeeon",
"LOGSTORE",
"napi",
"nextest",
"oplog",
"peekable",
"Peritext",
"RUSTFLAGS",
"smstring",
"thiserror",
"tinyvec",
"txns",
"unbold",
"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": true,
"cortex-debug.variableUseNaturalFormat": true,
"[markdown]": {
"editor.defaultFormatter": "darkriszty.markdown-table-prettify"
}
}