Skip to content

Instantly share code, notes, and snippets.

@ivano9
Created March 29, 2022 17:16
Show Gist options
  • Save ivano9/c721ad40b3df29b5c70aefe153f63dc9 to your computer and use it in GitHub Desktop.
Save ivano9/c721ad40b3df29b5c70aefe153f63dc9 to your computer and use it in GitHub Desktop.
lsp log erlang rename
[INFO][2022-03-28 11:29:05] ...lsp/handlers.lua:408 "[2022-03-28T11:29:05.870444-03:00] [info] Completed indexing for OTP (succeeded: 842, skipped: 0, failed: 0) [els_indexing:start/2 L167] <0.178.0>\n"
[DEBUG][2022-03-28 11:32:46] .../lua/vim/lsp.lua:962 "LSP[erlangls]" "client.request" 1 "textDocument/prepareRename" {
position = {
character = 2,
line = 17
},
textDocument = {
uri = "file:///home/iroot/Documents/curso/src/guards.erl"
}
} <function 1> 1
[DEBUG][2022-03-28 11:32:46] .../vim/lsp/rpc.lua:347 "rpc.send" {
id = 3,
jsonrpc = "2.0",
method = "textDocument/prepareRename",
params = {
position = {
character = 2,
line = 17
},
textDocument = {
uri = "file:///home/iroot/Documents/curso/src/guards.erl"
}
}
}
[DEBUG][2022-03-28 11:32:46] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/showMessage",
params = {
message = "Method not implemented: textDocument/prepareRename",
type = 3
}
}
[TRACE][2022-03-28 11:32:46] .../lua/vim/lsp.lua:731 "notification" "window/showMessage" {
message = "Method not implemented: textDocument/prepareRename",
type = 3
}
[TRACE][2022-03-28 11:32:46] ...lsp/handlers.lua:437 "default_handler" "window/showMessage" {
ctx = '{\n client_id = 1,\n method = "window/showMessage"\n}',
result = {
message = "Method not implemented: textDocument/prepareRename",
type = 3
}
}
[DEBUG][2022-03-28 11:32:46] .../vim/lsp/rpc.lua:454 "rpc.receive" {
jsonrpc = "2.0",
method = "window/logMessage",
params = {
message = "[2022-03-28T11:32:46.487427-03:00] [warning] [Method not implemented] [method=textDocument/prepareRename] [els_methods:not_implemented_method/2 L109] <0.166.0>\n",
type = 2
}
}
[TRACE][2022-03-28 11:32:46] .../lua/vim/lsp.lua:731 "notification" "window/logMessage" {
message = "[2022-03-28T11:32:46.487427-03:00] [warning] [Method not implemented] [method=textDocument/prepareRename] [els_methods:not_implemented_method/2 L109] <0.166.0>\n",
type = 2
}
[TRACE][2022-03-28 11:32:46] ...lsp/handlers.lua:437 "default_handler" "window/logMessage" {
ctx = '{\n client_id = 1,\n method = "window/logMessage"\n}',
result = {
message = "[2022-03-28T11:32:46.487427-03:00] [warning] [Method not implemented] [method=textDocument/prepareRename] [els_methods:not_implemented_method/2 L109] <0.166.0>\n",
type = 2
}
}
[WARN][2022-03-28 11:32:46] ...lsp/handlers.lua:406 "[2022-03-28T11:32:46.487427-03:00] [warning] [Method not implemented] [method=textDocument/prepareRename] [els_methods:not_implemented_method/2 L109] <0.166.0>\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment