[add] window/logMessage

This commit is contained in:
Andy Bunce 2025-08-03 17:53:47 +01:00
parent 7369f33b5e
commit ab88b9139e
7 changed files with 62 additions and 9 deletions

View 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
}
}
}

View file

@ -0,0 +1,5 @@
{
"jsonrpc": "2.0"
}