/ .vscode / settings.json
settings.json
 1  {
 2    "cSpell.words": [
 3      "arbtest",
 4      "bolds",
 5      "bools",
 6      "cids",
 7      "clippy",
 8      "collab",
 9      "curr",
10      "dhat",
11      "flate",
12      "fuzzer",
13      "gmax",
14      "GPUI",
15      "heapless",
16      "Helloii",
17      "Hoexllo",
18      "idlp",
19      "idspan",
20      "insta",
21      "Itertools",
22      "Kleppmann",
23      "lamports",
24      "Leeeon",
25      "Liangrun",
26      "LOGSTORE",
27      "Merkle",
28      "napi",
29      "nextest",
30      "opgroup",
31      "oplog",
32      "opset",
33      "peekable",
34      "Peritext",
35      "pointee",
36      "reparent",
37      "RUSTFLAGS",
38      "serde",
39      "smstring",
40      "sstable",
41      "Stewen",
42      "thiserror",
43      "tinyvec",
44      "txns",
45      "typeparam",
46      "unbold",
47      "Uncreate",
48      "unexist",
49      "unmark",
50      "unmergeable",
51      "Unsubscriber",
52      "yspan"
53    ],
54    "rust-analyzer.runnableEnv": {
55      "RUST_BACKTRACE": "full",
56      "DEBUG": "*"
57    },
58    "rust-analyzer.cargo.features": [
59      "jsonpath",
60      "counter",
61      "test_utils"
62    ],
63    "editor.defaultFormatter": "rust-lang.rust-analyzer",
64    "rust-analyzer.server.extraEnv": {
65      "RUSTUP_TOOLCHAIN": "stable"
66    },
67    "editor.formatOnSave": true,
68    "todo-tree.general.tags": [
69      "BUG",
70      "HACK",
71      "FIXME",
72      "TODO",
73      "FUTURE",
74      "PERF",
75      "XXX",
76      "[ ]",
77      "[x]"
78    ],
79    "explorer.fileNesting.patterns": {
80      "*.rs": "${capture}.excalidraw"
81    },
82    "excalidraw.theme": "dark",
83    "deno.enable": false,
84    "cortex-debug.variableUseNaturalFormat": true,
85    "[markdown]": {},
86    "[typescript]": {
87      "editor.defaultFormatter": "vscode.typescript-language-features"
88    },
89    "vitest.enable": true,
90    "[shellscript]": {
91      "editor.defaultFormatter": "foxundermoon.shell-format"
92    }
93  }