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",
|
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",
|
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": {
|
2023-06-29 08:09:42 +00:00
|
|
|
"RUST_BACKTRACE": "full",
|
2023-08-04 02:45:23 +00:00
|
|
|
// "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]"
|
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",
|
2023-07-10 04:06:11 +00:00
|
|
|
"deno.enable": true,
|
|
|
|
"cortex-debug.variableUseNaturalFormat": true
|
2022-07-25 05:00:22 +00:00
|
|
|
}
|