[add] window/logMessage
This commit is contained in:
parent
7369f33b5e
commit
ab88b9139e
7 changed files with 62 additions and 9 deletions
12
samples/didopen/client.json
Normal file
12
samples/didopen/client.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"jsonrpc": "2.0",
|
||||
"method": "textDocument/didOpen",
|
||||
"params": {
|
||||
"textDocument": {
|
||||
"uri": "file:///some/file.xml",
|
||||
"languageId": "xml",
|
||||
"text": "<foo at=42><bar>test</bar></foo>vvvbvbvbvbvbv\nvv\n\nvcccccccccccccc\n",
|
||||
"version": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue