🧪 test: add LSP json fixtures and provider suite
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"id": 4,
|
||||
"method": "textDocument/definition",
|
||||
"params": {
|
||||
"textDocument": {
|
||||
"uri": "{{MAIN_UNIT_URI}}"
|
||||
},
|
||||
"position": {
|
||||
"line": 72,
|
||||
"character": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user