---
source: crates/tinymist-query/src/rename.rs
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/rename/label.typ
---
{
"changeAnnotations": {
"Typst Rename Labels": {
"description": "The language server fuzzy searched the labels",
"label": "Typst Rename Labels",
"needsConfirmation": true
}
},
"documentChanges": [
{
"edits": [
{
"annotationId": "Typst Rename Labels",
"newText": "new_name",
"range": "4:11:4:22"
},
{
"annotationId": "Typst Rename Labels",
"newText": "new_name",
"range": "6:22:6:33"
}
],
"textDocument": {
"uri": "s0.typ",
"version": null
}
}
]
}