🧪 test: add LSP json fixtures and provider suite

This commit is contained in:
csh
2025-12-21 15:39:33 +08:00
parent 53f4588c53
commit bb0cbde79c
33 changed files with 2934 additions and 20 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"jsonrpc": "2.0",
"id": 5,
"method": "textDocument/rename",
"params": {
"textDocument": {
"uri": "{{RENAME_CASE_URI}}"
},
"position": {
"line": 1,
"character": 0
},
"newName": "renamed"
}
}