blob: d9efe4b3f1001f22e99f5dd815b1ce071e56ffdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"jsonrpc": "2.0",
"id": 2,
"method": "textDocument/rename",
"params": {
"textDocument": {
"uri": "file:///a/file.ts"
},
"position": {
"line": 5,
"character": 19
},
"newName": "variable_modified"
}
}
|