loro/.vscode/settings.json

47 lines
889 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",
2023-02-07 02:24:25 +00:00
"napi",
2022-11-21 04:50:15 +00:00
"nextest",
2023-06-29 08:09:42 +00:00
"oplog",
2023-03-01 06:12:05 +00:00
"peekable",
"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": {
2023-06-29 08:09:42 +00:00
"RUST_BACKTRACE": "full",
// "DEBUG": "*"
2022-09-16 14:15:58 +00:00
},
2023-07-12 04:30:36 +00:00
"rust-analyzer.cargo.features": ["test_utils"],
2022-10-08 18:04:41 +00:00
"editor.defaultFormatter": "rust-lang.rust-analyzer",
2023-07-02 15:24:17 +00:00
"rust-analyzer.server.extraEnv": { "RUSTUP_TOOLCHAIN": "stable" },
2022-10-08 18:04:41 +00:00
"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",
2023-07-10 04:06:11 +00:00
"deno.enable": true,
"cortex-debug.variableUseNaturalFormat": true
2022-07-25 05:00:22 +00:00
}