Created
May 24, 2022 18:04
-
-
Save danbruegge/2990ed3f8b6679a5e9be8f50bf7d5ba7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DEBUG][2022-05-24 19:55:51] .../lua/vim/lsp.lua:1095 "LSP[tsserver]" "client.request" 1 "textDocument/definition" { | |
position = { | |
character = 64, | |
line = 12 | |
}, | |
textDocument = { | |
uri = "file:///home/dan/workspace/.../camera-event-group-filter.js" | |
} | |
} <function 1> 13 | |
[DEBUG][2022-05-24 19:55:51] .../vim/lsp/rpc.lua:355 "rpc.send" { | |
id = 4, | |
jsonrpc = "2.0", | |
method = "textDocument/definition", | |
params = { | |
position = { | |
character = 64, | |
line = 12 | |
}, | |
textDocument = { | |
uri = "file:///home/dan/workspace/.../camera-event-group-filter.js" | |
} | |
} | |
} | |
[DEBUG][2022-05-24 19:55:51] .../vim/lsp/rpc.lua:464 "rpc.receive" { | |
id = 4, | |
jsonrpc = "2.0", | |
result = { { | |
range = { | |
end = { | |
character = 29, | |
line = 5 | |
}, | |
start = { | |
character = 9, | |
line = 5 | |
} | |
}, | |
uri = "file:///home/dan/workspace/.../use-event-filter.js" | |
} } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment