mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 20:20:36 +00:00
95e6130d93
Support rich text event. Now it will emit the delta event correctly in the Quill Delta format.
53 lines
1 KiB
JSON
53 lines
1 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"arbtest",
|
|
"clippy",
|
|
"dhat",
|
|
"flate",
|
|
"gmax",
|
|
"heapless",
|
|
"insta",
|
|
"Leeeon",
|
|
"LOGSTORE",
|
|
"napi",
|
|
"nextest",
|
|
"oplog",
|
|
"peekable",
|
|
"Peritext",
|
|
"RUSTFLAGS",
|
|
"smstring",
|
|
"thiserror",
|
|
"tinyvec",
|
|
"txns",
|
|
"unbold",
|
|
"unmark",
|
|
"yspan"
|
|
],
|
|
"rust-analyzer.runnableEnv": {
|
|
"RUST_BACKTRACE": "full",
|
|
"DEBUG": "*"
|
|
},
|
|
"rust-analyzer.cargo.features": ["test_utils"],
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"rust-analyzer.server.extraEnv": { "RUSTUP_TOOLCHAIN": "stable" },
|
|
"editor.formatOnSave": true,
|
|
"todo-tree.general.tags": [
|
|
"BUG",
|
|
"HACK",
|
|
"FIXME",
|
|
"TODO",
|
|
"FUTURE",
|
|
"XXX",
|
|
"[ ]",
|
|
"[x]"
|
|
],
|
|
"explorer.fileNesting.patterns": {
|
|
"*.rs": "${capture}.excalidraw"
|
|
},
|
|
"excalidraw.theme": "dark",
|
|
"deno.enable": true,
|
|
"cortex-debug.variableUseNaturalFormat": true,
|
|
"[markdown]": {
|
|
"editor.defaultFormatter": "darkriszty.markdown-table-prettify"
|
|
}
|
|
}
|