loro/.vscode/settings.json
Zixuan Chen 08847d6639
refactor: rename client_id in idspan to peer (#287)
* refactor: rename client_id in idspan to peer

* fix: type err
2024-03-02 19:10:33 +08:00

73 lines
1.3 KiB
JSON

{
"cSpell.words": [
"arbtest",
"bolds",
"cids",
"clippy",
"collab",
"dhat",
"flate",
"gmax",
"heapless",
"idspan",
"insta",
"Itertools",
"lamports",
"Leeeon",
"LOGSTORE",
"napi",
"nextest",
"opgroup",
"oplog",
"opset",
"peekable",
"Peritext",
"reparent",
"RUSTFLAGS",
"smstring",
"thiserror",
"tinyvec",
"txns",
"typeparam",
"unbold",
"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]": {
"editor.defaultFormatter": "darkriszty.markdown-table-prettify"
},
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
}