mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
15 lines
226 B
JSON
15 lines
226 B
JSON
{
|
|
"cSpell.words": ["smstring", "yspan"],
|
|
"rust-analyzer.runnableEnv": {
|
|
"RUST_BACKTRACE": "full"
|
|
},
|
|
"todo-tree.general.tags": [
|
|
"BUG",
|
|
"HACK",
|
|
"FIXME",
|
|
"TODO",
|
|
"XXX",
|
|
"[ ]",
|
|
"[x]"
|
|
]
|
|
}
|