🧪 test: add LSP json fixtures and provider suite
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"id": 6,
|
||||
"method": "textDocument/references",
|
||||
"params": {
|
||||
"textDocument": {
|
||||
"uri": "{{RENAME_CASE_URI}}"
|
||||
},
|
||||
"position": {
|
||||
"line": 1,
|
||||
"character": 0
|
||||
},
|
||||
"context": {
|
||||
"includeDeclaration": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user