12 lines
287 B
JSON
12 lines
287 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "textDocument/didOpen",
|
|
"params": {
|
|
"textDocument": {
|
|
"uri": "file:///home/cobia/test_lsp/1.tsl",
|
|
"languageId": "tsl",
|
|
"version": 1,
|
|
"text": "function aaa();\nbegin\nend;"
|
|
}
|
|
}
|
|
} |