2022-07-25 05:00:22 +00:00
|
|
|
{
|
2022-11-18 13:16:29 +00:00
|
|
|
"cSpell.words": [
|
|
|
|
"arbtest",
|
2022-11-21 04:50:15 +00:00
|
|
|
"clippy",
|
2022-12-27 06:18:46 +00:00
|
|
|
"dhat",
|
2022-11-18 13:16:29 +00:00
|
|
|
"flate",
|
2022-12-27 06:18:46 +00:00
|
|
|
"gmax",
|
2022-12-06 08:34:46 +00:00
|
|
|
"heapless",
|
2022-11-18 13:16:29 +00:00
|
|
|
"Leeeon",
|
|
|
|
"LOGSTORE",
|
2022-11-21 04:50:15 +00:00
|
|
|
"nextest",
|
2022-11-18 13:16:29 +00:00
|
|
|
"Peritext",
|
2022-11-21 04:50:15 +00:00
|
|
|
"RUSTFLAGS",
|
2022-11-18 13:16:29 +00:00
|
|
|
"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
|
|
|
},
|
2022-11-14 02:49:42 +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]"
|
2022-10-16 16:00:49 +00:00
|
|
|
],
|
|
|
|
"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
|
|
|
}
|