loro/.vscode/settings.json
2022-12-27 14:18:46 +08:00

40 lines
717 B
JSON

{
"cSpell.words": [
"arbtest",
"clippy",
"dhat",
"flate",
"gmax",
"heapless",
"Leeeon",
"LOGSTORE",
"nextest",
"Peritext",
"RUSTFLAGS",
"smstring",
"thiserror",
"txns",
"yspan"
],
"rust-analyzer.runnableEnv": {
"RUST_BACKTRACE": "full"
},
"rust-analyzer.cargo.features": ["test_utils", "wasm"],
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"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
}