loro/.vscode/settings.json
2023-07-12 12:30:36 +08:00

46 lines
886 B
JSON

{
"cSpell.words": [
"arbtest",
"clippy",
"dhat",
"flate",
"gmax",
"heapless",
"Leeeon",
"LOGSTORE",
"napi",
"nextest",
"oplog",
"peekable",
"Peritext",
"RUSTFLAGS",
"smstring",
"thiserror",
"txns",
"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
}