17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 1,
|
|
"method": "textDocument/completion",
|
|
"params": {
|
|
"textDocument": {
|
|
"uri": "file:///home/cobia/test_lsp/1.tsl"
|
|
},
|
|
"position": {
|
|
"line": 2,
|
|
"character": 5
|
|
},
|
|
"context": {
|
|
"triggerKind": 1
|
|
}
|
|
}
|
|
} |