Skip to content

Instantly share code, notes, and snippets.

@pedro-w
Created June 30, 2020 09:49
Show Gist options
  • Save pedro-w/5243bce89301498bb693a8b76e344a87 to your computer and use it in GitHub Desktop.
Save pedro-w/5243bce89301498bb693a8b76e344a87 to your computer and use it in GitHub Desktop.
[Trace - 10:46:06 am] Sending request 'textDocument/definition - (2)'.
Params: {
"textDocument": {
"uri": "file:///home/peter/Projects/lsp-dylan/testproject/testproject.dylan"
},
"position": {
"line": 18,
"character": 11
}
}
[Trace - 10:46:06 am] Received response 'textDocument/definition - (2)' in 51ms.
Result: {
"uri": "file:///opt/opendylan-2019.1/sources/common-dylan/common-extensions.dylan",
"range": {
"start": {
"line": 441,
"character": 0
},
"end": {
"line": 441,
"character": 0
}
}
}
[Trace - 10:46:51 am] Sending notification '$/cancelRequest'.
Params: {
"id": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment