summaryrefslogtreecommitdiff
path: root/cli/tests/lsp/hover_request_large_03.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-01-27 11:32:49 +1100
committerGitHub <noreply@github.com>2021-01-27 11:32:49 +1100
commite7323002d9fe5ab834754592916aba7cb842613d (patch)
tree0c7265e4a880c0defabf71ca560d54a36d055c69 /cli/tests/lsp/hover_request_large_03.json
parentada43cc56ac2e337cc034f8052d7e5da61268c34 (diff)
feat(lsp): add performance measurements (#9209)
Diffstat (limited to 'cli/tests/lsp/hover_request_large_03.json')
-rw-r--r--cli/tests/lsp/hover_request_large_03.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/tests/lsp/hover_request_large_03.json b/cli/tests/lsp/hover_request_large_03.json
new file mode 100644
index 000000000..5309450dd
--- /dev/null
+++ b/cli/tests/lsp/hover_request_large_03.json
@@ -0,0 +1,14 @@
+{
+ "jsonrpc": "2.0",
+ "id": 2,
+ "method": "textDocument/hover",
+ "params": {
+ "textDocument": {
+ "uri": "file:///a/file.ts"
+ },
+ "position": {
+ "line": 461,
+ "character": 34
+ }
+ }
+}