loro/.vscode/settings.json
2022-10-28 17:19:58 +08:00

23 lines
490 B
JSON

{
"cSpell.words": ["smstring", "yspan"],
"rust-analyzer.runnableEnv": {
"RUST_BACKTRACE": "full"
},
"rust-analyzer.cargo.features": ["fuzzing", "wasm"],
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"FUTURE",
"XXX",
"[ ]",
"[x]"
],
"explorer.fileNesting.patterns": {
"*.rs": "${capture}.excalidraw"
},
"excalidraw.theme": "dark"
}