loro/.vscode/settings.json

41 lines
717 B
JSON
Raw Normal View History

2022-07-25 05:00:22 +00:00
{
"cSpell.words": [
"arbtest",
2022-11-21 04:50:15 +00:00
"clippy",
2022-12-27 06:18:46 +00:00
"dhat",
"flate",
2022-12-27 06:18:46 +00:00
"gmax",
"heapless",
"Leeeon",
"LOGSTORE",
2022-11-21 04:50:15 +00:00
"nextest",
"Peritext",
2022-11-21 04:50:15 +00:00
"RUSTFLAGS",
"smstring",
"thiserror",
"txns",
"yspan"
],
2022-08-11 12:12:47 +00:00
"rust-analyzer.runnableEnv": {
"RUST_BACKTRACE": "full"
2022-09-16 14:15:58 +00:00
},
"rust-analyzer.cargo.features": ["test_utils", "wasm"],
2022-10-08 18:04:41 +00:00
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
2022-09-16 14:15:58 +00:00
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
2022-10-15 02:26:58 +00:00
"FUTURE",
2022-09-16 14:15:58 +00:00
"XXX",
"[ ]",
"[x]"
],
"explorer.fileNesting.patterns": {
"*.rs": "${capture}.excalidraw"
},
2022-10-31 04:22:07 +00:00
"excalidraw.theme": "dark",
"deno.enable": true
2022-07-25 05:00:22 +00:00
}