27 lines
617 B
JSON
27 lines
617 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "textDocument/didChange",
|
|
"params": {
|
|
"textDocument": {
|
|
"uri": "{{MAIN_UNIT_URI}}",
|
|
"version": 2
|
|
},
|
|
"contentChanges": [
|
|
{
|
|
"range": {
|
|
"start": {
|
|
"line": 0,
|
|
"character": 0
|
|
},
|
|
"end": {
|
|
"line": 0,
|
|
"character": 0
|
|
}
|
|
},
|
|
"rangeLength": 0,
|
|
"text": " "
|
|
}
|
|
]
|
|
}
|
|
}
|