26 lines
632 B
JSON
26 lines
632 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "textDocument/didChange",
|
|
"params": {
|
|
"textDocument": {
|
|
"uri": "file:///home/cobia/test_lsp/1.tsl",
|
|
"version": 4
|
|
},
|
|
"contentChanges": [
|
|
{
|
|
"range": {
|
|
"start": {
|
|
"line": 2,
|
|
"character": 4
|
|
},
|
|
"end": {
|
|
"line": 2,
|
|
"character": 4
|
|
}
|
|
},
|
|
"rangeLength": 0,
|
|
"text": "e"
|
|
}
|
|
]
|
|
}
|
|
} |