blob: a317d92572c6365b4c82e2418e24ced3dfd314d6 (
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": 0,
"character": 4
},
"newName": "variable_modified"
}
}
|