diff options
Diffstat (limited to 'testsuite/pyunit/lsp/012library/replies.json')
-rw-r--r-- | testsuite/pyunit/lsp/012library/replies.json | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/testsuite/pyunit/lsp/012library/replies.json b/testsuite/pyunit/lsp/012library/replies.json new file mode 100644 index 000000000..4a5cfbc76 --- /dev/null +++ b/testsuite/pyunit/lsp/012library/replies.json @@ -0,0 +1,56 @@ +[ + { + "jsonrpc": "2.0", + "id": 0, + "result": { + "capabilities": { + "textDocumentSync": { + "openClose": true, + "change": 2, + "save": { + "includeText": true + } + }, + "hoverProvider": true, + "definitionProvider": true, + "implementationProvider": true, + "referencesProvider": false, + "documentHighlightProvider": false, + "documentSymbolProvider": true, + "codeActionProvider": false, + "documentFormattingProvider": false, + "documentRangeFormattingProvider": true, + "renameProvider": false + } + } + }, + { + "jsonrpc": "2.0", + "method": "textDocument/publishDiagnostics", + "params": { + "uri": "file://@ROOT@/012library/ent1.vhdl", + "diagnostics": [] + } + }, + { + "jsonrpc": "2.0", + "method": "textDocument/publishDiagnostics", + "params": { + "uri": "file://@ROOT@/012library/ent1.vhdl", + "diagnostics": [] + } + }, + { + "jsonrpc": "2.0", + "method": "textDocument/publishDiagnostics", + "params": { + "uri": "file://@ROOT@/012library/pkg1.vhdl", + "diagnostics": [] + } + }, + { + "jsonrpc": "2.0", + "id": 3, + "result": null + } +] |