loro/.vscode/settings.json

25 lines
536 B
JSON
Raw Normal View History

2022-07-25 05:00:22 +00:00
{
2022-11-11 14:44:18 +00:00
"cSpell.words": ["Leeeon", "smstring", "thiserror", "yspan"],
2022-08-11 12:12:47 +00:00
"rust-analyzer.runnableEnv": {
"RUST_BACKTRACE": "full"
2022-09-16 14:15:58 +00:00
},
2022-10-28 09:19:58 +00:00
"rust-analyzer.cargo.features": ["fuzzing", "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]"
],
"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
}