-
-
Save nickjer/4b64c1e11d423cfa941321a251200944 to your computer and use it in GitHub Desktop.
LSP logs for Steep
This file contains 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
[START][2024-10-03 06:52:58] LSP logging initiated | |
[INFO][2024-10-03 06:52:58] .../vim/lsp/rpc.lua:731 "Starting RPC client" { | |
cmd = { "bundle", "exec", "steep", "langserver" }, | |
extra = { | |
cwd = "/home/nicklas/Development/abinit_builder" | |
} | |
} | |
[DEBUG][2024-10-03 06:52:58] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
id = 1, | |
jsonrpc = "2.0", | |
method = "initialize", | |
params = { | |
capabilities = { | |
general = { | |
positionEncodings = { "utf-16" } | |
}, | |
textDocument = { | |
callHierarchy = { | |
dynamicRegistration = false | |
}, | |
codeAction = { | |
codeActionLiteralSupport = { | |
codeActionKind = { | |
valueSet = { "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" } | |
} | |
}, | |
dataSupport = true, | |
dynamicRegistration = true, | |
isPreferredSupport = true, | |
resolveSupport = { | |
properties = { "edit" } | |
} | |
}, | |
completion = { | |
completionItem = { | |
commitCharactersSupport = true, | |
deprecatedSupport = true, | |
documentationFormat = { "markdown", "plaintext" }, | |
insertReplaceSupport = true, | |
insertTextModeSupport = { | |
valueSet = { 1, 2 } | |
}, | |
labelDetailsSupport = true, | |
preselectSupport = true, | |
resolveSupport = { | |
properties = { "documentation", "detail", "additionalTextEdits", "sortText", "filterText", "insertText", "textEdit", "insertTextFormat", "insertTextMode" } | |
}, | |
snippetSupport = true, | |
tagSupport = { | |
valueSet = { 1 } | |
} | |
}, | |
completionItemKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 } | |
}, | |
completionList = { | |
itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" } | |
}, | |
contextSupport = true, | |
dynamicRegistration = false, | |
insertTextMode = 1 | |
}, | |
declaration = { | |
linkSupport = true | |
}, | |
definition = { | |
dynamicRegistration = true, | |
linkSupport = true | |
}, | |
diagnostic = { | |
dynamicRegistration = false | |
}, | |
documentHighlight = { | |
dynamicRegistration = false | |
}, | |
documentSymbol = { | |
dynamicRegistration = false, | |
hierarchicalDocumentSymbolSupport = true, | |
symbolKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } | |
} | |
}, | |
formatting = { | |
dynamicRegistration = true | |
}, | |
hover = { | |
contentFormat = { "markdown", "plaintext" }, | |
dynamicRegistration = true | |
}, | |
implementation = { | |
linkSupport = true | |
}, | |
inlayHint = { | |
dynamicRegistration = true, | |
resolveSupport = { | |
properties = { "textEdits", "tooltip", "location", "command" } | |
} | |
}, | |
publishDiagnostics = { | |
dataSupport = true, | |
relatedInformation = true, | |
tagSupport = { | |
valueSet = { 1, 2 } | |
} | |
}, | |
rangeFormatting = { | |
dynamicRegistration = true | |
}, | |
references = { | |
dynamicRegistration = false | |
}, | |
rename = { | |
dynamicRegistration = true, | |
prepareSupport = true | |
}, | |
semanticTokens = { | |
augmentsSyntaxTokens = true, | |
dynamicRegistration = false, | |
formats = { "relative" }, | |
multilineTokenSupport = false, | |
overlappingTokenSupport = true, | |
requests = { | |
full = { | |
delta = true | |
}, | |
range = false | |
}, | |
serverCancelSupport = false, | |
tokenModifiers = { "declaration", "definition", "readonly", "static", "deprecated", "abstract", "async", "modification", "documentation", "defaultLibrary" }, | |
tokenTypes = { "namespace", "type", "class", "enum", "interface", "struct", "typeParameter", "parameter", "variable", "property", "enumMember", "event", "function", "method", "macro", "keyword", "modifier", "comment", "string", "number", "regexp", "operator", "decorator" } | |
}, | |
signatureHelp = { | |
dynamicRegistration = false, | |
signatureInformation = { | |
activeParameterSupport = true, | |
documentationFormat = { "markdown", "plaintext" }, | |
parameterInformation = { | |
labelOffsetSupport = true | |
} | |
} | |
}, | |
synchronization = { | |
didSave = true, | |
dynamicRegistration = false, | |
willSave = true, | |
willSaveWaitUntil = true | |
}, | |
typeDefinition = { | |
linkSupport = true | |
} | |
}, | |
window = { | |
showDocument = { | |
support = true | |
}, | |
showMessage = { | |
messageActionItem = { | |
additionalPropertiesSupport = false | |
} | |
}, | |
workDoneProgress = true | |
}, | |
workspace = { | |
applyEdit = true, | |
configuration = true, | |
didChangeConfiguration = { | |
dynamicRegistration = false | |
}, | |
didChangeWatchedFiles = { | |
dynamicRegistration = false, | |
relativePatternSupport = true | |
}, | |
inlayHint = { | |
refreshSupport = true | |
}, | |
semanticTokens = { | |
refreshSupport = true | |
}, | |
symbol = { | |
dynamicRegistration = false, | |
symbolKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } | |
} | |
}, | |
workspaceEdit = { | |
resourceOperations = { "rename", "create", "delete" } | |
}, | |
workspaceFolders = true | |
} | |
}, | |
clientInfo = { | |
name = "Neovim", | |
version = "0.10.2+g8b9864200" | |
}, | |
initializationOptions = vim.empty_dict(), | |
processId = 416814, | |
rootPath = "/home/nicklas/Development/abinit_builder", | |
rootUri = "file:///home/nicklas/Development/abinit_builder", | |
trace = "off", | |
workDoneToken = "1", | |
workspaceFolders = { { | |
name = "/home/nicklas/Development/abinit_builder", | |
uri = "file:///home/nicklas/Development/abinit_builder" | |
} } | |
} | |
} | |
[DEBUG][2024-10-03 06:52:59] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
id = 1, | |
jsonrpc = "2.0", | |
result = { | |
capabilities = { | |
completionProvider = { | |
triggerCharacters = { ".", "@", ":" }, | |
workDoneProgress = true | |
}, | |
definitionProvider = true, | |
hoverProvider = { | |
partialResult = true, | |
partialResults = true, | |
workDoneProgress = true | |
}, | |
implementationProvider = true, | |
signatureHelpProvider = { | |
triggerCharacters = { "(" } | |
}, | |
textDocumentSync = { | |
change = 2, | |
openClose = true | |
}, | |
typeDefinitionProvider = true, | |
workspaceSymbolProvider = true | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:52:59] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
jsonrpc = "2.0", | |
method = "initialized", | |
params = vim.empty_dict() | |
} | |
[DEBUG][2024-10-03 06:52:59] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
jsonrpc = "2.0", | |
method = "textDocument/didOpen", | |
params = { | |
textDocument = { | |
languageId = "ruby", | |
text = "# frozen_string_literal: true\n\nsource \"https://rubygems.org\"\n\n# Specify your gem's dependencies in abinit_builder.gemspec\ngemspec\n\ngem \"rake\"\n\ngem \"minitest\"\n\ngem \"rubocop\"\ngem \"rubocop-minitest\"\ngem \"rubocop-rake\"\ngem \"steep\"\n", | |
uri = "file:///home/nicklas/Development/abinit_builder/Gemfile", | |
version = 0 | |
} | |
} | |
} | |
[INFO][2024-10-03 06:52:59] ...m/lsp/client.lua:620 "LSP[steep]" "server_capabilities" { | |
server_capabilities = { | |
completionProvider = { | |
triggerCharacters = { ".", "@", ":" }, | |
workDoneProgress = true | |
}, | |
definitionProvider = true, | |
hoverProvider = { | |
partialResult = true, | |
partialResults = true, | |
workDoneProgress = true | |
}, | |
implementationProvider = true, | |
signatureHelpProvider = { | |
triggerCharacters = { "(" } | |
}, | |
textDocumentSync = { | |
change = 2, | |
openClose = true | |
}, | |
typeDefinitionProvider = true, | |
workspaceSymbolProvider = true | |
} | |
} | |
[DEBUG][2024-10-03 06:52:59] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
id = "nRH61fTzi0", | |
jsonrpc = "2.0", | |
method = "window/workDoneProgress/create", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e" | |
} | |
} | |
[DEBUG][2024-10-03 06:52:59] .../vim/lsp/rpc.lua:423 "server_request: callback result" { | |
result = vim.NIL, | |
status = true | |
} | |
[DEBUG][2024-10-03 06:52:59] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
id = "nRH61fTzi0", | |
jsonrpc = "2.0", | |
result = vim.NIL | |
} | |
[DEBUG][2024-10-03 06:52:59] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "begin", | |
percentage = 0, | |
title = "Type checking" | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/env.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 1 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/basic_object.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 2 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 3 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/binding.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 4 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/complex.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 5 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/integer.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 6 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/exception.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 7 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/constants.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 8 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/marshal.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 9 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/data.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 10 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/fiber_error.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 11 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/proc.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 12 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/ractor.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 13 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/gc.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 14 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/encoding.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 15 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/thread_group.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 17 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/float.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 18 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/enumerable.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 19 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/builtin.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 20 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/fiber.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 21 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/array.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 22 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/comparable.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 23 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/false_class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 24 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/object_space.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 25 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/dir.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 26 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/file.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 27 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rbs/unnamed/env_class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 28 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/kernel.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 29 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/dependency_installer.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 30 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/request_set.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 31 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/io/buffer.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 32 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/math.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 34 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/match_data.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 35 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/errors.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 36 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/object.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 37 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/module.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/rubygems.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 38 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 39 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/object_space/weak_key_map.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 40 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/process.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 41 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/signal.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 42 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/enumerator.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 43 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/enumerator/product.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 44 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/range.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 45 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/string_io.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 46 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/true_class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 47 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/random.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 48 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/config_file.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 50 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/installer.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 51 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/path_support.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 52 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/platform.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 53 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rb_config.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 54 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rbs/unnamed/argf.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 55 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/stdlib/erb/0/erb.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 56 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/basic_specification.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 57 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/specification.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 58 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/io.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 59 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/requirement.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 60 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/view.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 61 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/thread.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 62 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/ruby_vm.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 63 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rational.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 64 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/errno.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯", | |
percentage = 65 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/trace_point.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯", | |
percentage = 67 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/time.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯", | |
percentage = 68 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/unbound_method.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯", | |
percentage = 69 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/warning.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 70 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/file_test.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 71 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rbs/unnamed/random.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 72 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/regexp.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 73 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/global_variables.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 74 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/stdlib/pathname/0/pathname.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 75 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/errors.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 76 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/source_list.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 77 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/uninstaller.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 78 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/hash.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 79 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/version.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯", | |
percentage = 80 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯", | |
percentage = 81 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/struct.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯", | |
percentage = 82 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/io/wait.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯", | |
percentage = 84 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/symbol.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 85 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/method.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 86 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/nil_class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 87 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/numeric.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 88 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/refinement.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 89 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/stream_ui.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 90 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/system.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 91 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/set.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 92 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/atom.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 93 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/atom_type.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 94 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/cell.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯", | |
percentage = 95 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/sig/abinit_builder.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯", | |
percentage = 96 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/string.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯", | |
percentage = 97 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/kpoints.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯", | |
percentage = 98 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/vec.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:53:00] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "end" | |
} | |
} | |
} | |
[INFO][2024-10-03 06:53:07] .../lua/vim/lsp.lua:799 "exit_handler" { { | |
_log_prefix = "LSP[steep]", | |
_on_attach_cbs = { <function 1> }, | |
_on_exit_cbs = { <function 2>, <function 3> }, | |
_on_init_cbs = { <function 4> }, | |
_trace = "off", | |
attached_buffers = { true }, | |
cancel_request = <function 5>, | |
capabilities = <1>{ | |
general = { | |
positionEncodings = { "utf-16" } | |
}, | |
textDocument = { | |
callHierarchy = { | |
dynamicRegistration = false | |
}, | |
codeAction = { | |
codeActionLiteralSupport = { | |
codeActionKind = { | |
valueSet = { "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" } | |
} | |
}, | |
dataSupport = true, | |
dynamicRegistration = true, | |
isPreferredSupport = true, | |
resolveSupport = { | |
properties = { "edit" } | |
} | |
}, | |
completion = { | |
completionItem = { | |
commitCharactersSupport = true, | |
deprecatedSupport = true, | |
documentationFormat = { "markdown", "plaintext" }, | |
insertReplaceSupport = true, | |
insertTextModeSupport = { | |
valueSet = { 1, 2 } | |
}, | |
labelDetailsSupport = true, | |
preselectSupport = true, | |
resolveSupport = { | |
properties = { "documentation", "detail", "additionalTextEdits", "sortText", "filterText", "insertText", "textEdit", "insertTextFormat", "insertTextMode" } | |
}, | |
snippetSupport = true, | |
tagSupport = { | |
valueSet = { 1 } | |
} | |
}, | |
completionItemKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 } | |
}, | |
completionList = { | |
itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" } | |
}, | |
contextSupport = true, | |
dynamicRegistration = false, | |
insertTextMode = 1 | |
}, | |
declaration = { | |
linkSupport = true | |
}, | |
definition = { | |
dynamicRegistration = true, | |
linkSupport = true | |
}, | |
diagnostic = { | |
dynamicRegistration = false | |
}, | |
documentHighlight = { | |
dynamicRegistration = false | |
}, | |
documentSymbol = { | |
dynamicRegistration = false, | |
hierarchicalDocumentSymbolSupport = true, | |
symbolKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } | |
} | |
}, | |
formatting = { | |
dynamicRegistration = true | |
}, | |
hover = { | |
contentFormat = { "markdown", "plaintext" }, | |
dynamicRegistration = true | |
}, | |
implementation = { | |
linkSupport = true | |
}, | |
inlayHint = { | |
dynamicRegistration = true, | |
resolveSupport = { | |
properties = { "textEdits", "tooltip", "location", "command" } | |
} | |
}, | |
publishDiagnostics = { | |
dataSupport = true, | |
relatedInformation = true, | |
tagSupport = { | |
valueSet = { 1, 2 } | |
} | |
}, | |
rangeFormatting = { | |
dynamicRegistration = true | |
}, | |
references = { | |
dynamicRegistration = false | |
}, | |
rename = { | |
dynamicRegistration = true, | |
prepareSupport = true | |
}, | |
semanticTokens = { | |
augmentsSyntaxTokens = true, | |
dynamicRegistration = false, | |
formats = { "relative" }, | |
multilineTokenSupport = false, | |
overlappingTokenSupport = true, | |
requests = { | |
full = { | |
delta = true | |
}, | |
range = false | |
}, | |
serverCancelSupport = false, | |
tokenModifiers = { "declaration", "definition", "readonly", "static", "deprecated", "abstract", "async", "modification", "documentation", "defaultLibrary" }, | |
tokenTypes = { "namespace", "type", "class", "enum", "interface", "struct", "typeParameter", "parameter", "variable", "property", "enumMember", "event", "function", "method", "macro", "keyword", "modifier", "comment", "string", "number", "regexp", "operator", "decorator" } | |
}, | |
signatureHelp = { | |
dynamicRegistration = false, | |
signatureInformation = { | |
activeParameterSupport = true, | |
documentationFormat = { "markdown", "plaintext" }, | |
parameterInformation = { | |
labelOffsetSupport = true | |
} | |
} | |
}, | |
synchronization = { | |
didSave = true, | |
dynamicRegistration = false, | |
willSave = true, | |
willSaveWaitUntil = true | |
}, | |
typeDefinition = { | |
linkSupport = true | |
} | |
}, | |
window = { | |
showDocument = { | |
support = true | |
}, | |
showMessage = { | |
messageActionItem = { | |
additionalPropertiesSupport = false | |
} | |
}, | |
workDoneProgress = true | |
}, | |
workspace = { | |
applyEdit = true, | |
configuration = true, | |
didChangeConfiguration = { | |
dynamicRegistration = false | |
}, | |
didChangeWatchedFiles = { | |
dynamicRegistration = false, | |
relativePatternSupport = true | |
}, | |
inlayHint = { | |
refreshSupport = true | |
}, | |
semanticTokens = { | |
refreshSupport = true | |
}, | |
symbol = { | |
dynamicRegistration = false, | |
symbolKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } | |
} | |
}, | |
workspaceEdit = { | |
resourceOperations = { "rename", "create", "delete" } | |
}, | |
workspaceFolders = true | |
} | |
}, | |
commands = {}, | |
config = { | |
autostart = true, | |
capabilities = <table 1>, | |
cmd = { "bundle", "exec", "steep", "langserver" }, | |
cmd_cwd = "/home/nicklas/Development/abinit_builder", | |
enabled = true, | |
filetypes = { "ruby", "eruby" }, | |
handlers = <2>{}, | |
init_options = vim.empty_dict(), | |
log_level = 2, | |
message_level = 2, | |
name = "steep", | |
on_attach = <function 1>, | |
on_exit = <function 2>, | |
on_init = <function 4>, | |
root_dir = "/home/nicklas/Development/abinit_builder", | |
settings = <3>vim.empty_dict(), | |
workspace_folders = <4>{ { | |
name = "/home/nicklas/Development/abinit_builder", | |
uri = "file:///home/nicklas/Development/abinit_builder" | |
} }, | |
<metatable> = <5>{ | |
__tostring = <function 6> | |
} | |
}, | |
dynamic_capabilities = { | |
capabilities = {}, | |
client_id = 1, | |
<metatable> = { | |
__index = { | |
get = <function 7>, | |
match = <function 8>, | |
new = <function 9>, | |
register = <function 10>, | |
supports = <function 11>, | |
supports_registration = <function 12>, | |
unregister = <function 13> | |
} | |
} | |
}, | |
flags = {}, | |
get_language_id = <function 14>, | |
handlers = <table 2>, | |
id = 1, | |
initialized = true, | |
is_stopped = <function 15>, | |
messages = { | |
messages = {}, | |
name = "steep", | |
progress = {}, | |
status = {} | |
}, | |
name = "steep", | |
notify = <function 16>, | |
offset_encoding = "utf-16", | |
on_attach = <function 17>, | |
progress = { | |
_idx_read = 46, | |
_idx_write = 45, | |
_items = { { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 54, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 55, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 56, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 57, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 58, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯", | |
percentage = 59, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 60, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 61, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 62, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 63, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯", | |
percentage = 64, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯", | |
percentage = 65, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯", | |
percentage = 67, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯", | |
percentage = 68, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯", | |
percentage = 69, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 70, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 71, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 72, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 73, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯", | |
percentage = 74, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 75, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 76, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 77, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 78, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯", | |
percentage = 79, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯", | |
percentage = 80, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯", | |
percentage = 81, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯", | |
percentage = 82, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯", | |
percentage = 84, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 85, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 86, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 87, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 88, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯", | |
percentage = 89, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 90, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 91, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 92, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 93, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯", | |
percentage = 94, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯", | |
percentage = 95, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯", | |
percentage = 96, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯", | |
percentage = 97, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯", | |
percentage = 98, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "end", | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 46, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 47, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯", | |
percentage = 48, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 50, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 51, | |
title = "Type checking" | |
} | |
}, { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 52, | |
title = "Type checking" | |
} | |
}, | |
[0] = { | |
token = "2d51a82d-0353-47cc-ab41-6548fc76322e", | |
value = { | |
kind = "report", | |
message = "▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯", | |
percentage = 53, | |
title = "Type checking" | |
} | |
} | |
}, | |
_size = 51, | |
pending = {}, | |
<metatable> = { | |
__call = <function 18>, | |
__index = { | |
clear = <function 19>, | |
peek = <function 20>, | |
pop = <function 21>, | |
push = <function 22> | |
} | |
} | |
}, | |
request = <function 23>, | |
request_sync = <function 24>, | |
requests = {}, | |
root_dir = "/home/nicklas/Development/abinit_builder", | |
rpc = { | |
is_closing = <function 25>, | |
notify = <function 26>, | |
request = <function 27>, | |
terminate = <function 28> | |
}, | |
server_capabilities = { | |
completionProvider = { | |
triggerCharacters = { ".", "@", ":" }, | |
workDoneProgress = true | |
}, | |
definitionProvider = true, | |
hoverProvider = { | |
partialResult = true, | |
partialResults = true, | |
workDoneProgress = true | |
}, | |
implementationProvider = true, | |
signatureHelpProvider = { | |
triggerCharacters = { "(" } | |
}, | |
textDocumentSync = { | |
change = 2, | |
openClose = true | |
}, | |
typeDefinitionProvider = true, | |
workspaceSymbolProvider = true | |
}, | |
settings = <table 3>, | |
stop = <function 29>, | |
supports_method = <function 30>, | |
workspace_did_change_configuration = <function 31>, | |
workspace_folders = <table 4>, | |
<metatable> = <6>{ | |
__index = <table 6>, | |
_add_workspace_folder = <function 32>, | |
_cancel_request = <function 33>, | |
_exec_cmd = <function 34>, | |
_is_stopped = <function 35>, | |
_notification = <function 36>, | |
_notify = <function 37>, | |
_on_attach = <function 38>, | |
_on_error = <function 39>, | |
_on_exit = <function 40>, | |
_remove_workspace_folder = <function 41>, | |
_request = <function 42>, | |
_request_sync = <function 43>, | |
_resolve_handler = <function 44>, | |
_run_callbacks = <function 45>, | |
_server_request = <function 46>, | |
_stop = <function 47>, | |
_supports_method = <function 48>, | |
_text_document_did_open_handler = <function 49>, | |
create = <function 50>, | |
initialize = <function 51>, | |
write_error = <function 52> | |
} | |
} } | |
[DEBUG][2024-10-03 06:53:07] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
id = 2, | |
jsonrpc = "2.0", | |
method = "shutdown" | |
} | |
[DEBUG][2024-10-03 06:53:07] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
id = 2, | |
jsonrpc = "2.0" | |
} | |
[DEBUG][2024-10-03 06:53:07] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
jsonrpc = "2.0", | |
method = "exit" | |
} |
This file contains 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
[START][2024-10-03 06:48:27] LSP logging initiated | |
[INFO][2024-10-03 06:48:27] .../vim/lsp/rpc.lua:731 "Starting RPC client" { | |
cmd = { "bundle", "exec", "steep", "langserver" }, | |
extra = { | |
cwd = "/home/nicklas/Development/abinit_builder" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:27] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
id = 1, | |
jsonrpc = "2.0", | |
method = "initialize", | |
params = { | |
capabilities = { | |
general = { | |
positionEncodings = { "utf-16" } | |
}, | |
textDocument = { | |
callHierarchy = { | |
dynamicRegistration = false | |
}, | |
codeAction = { | |
codeActionLiteralSupport = { | |
codeActionKind = { | |
valueSet = { "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" } | |
} | |
}, | |
dataSupport = true, | |
dynamicRegistration = true, | |
isPreferredSupport = true, | |
resolveSupport = { | |
properties = { "edit" } | |
} | |
}, | |
completion = { | |
completionItem = { | |
commitCharactersSupport = true, | |
deprecatedSupport = true, | |
documentationFormat = { "markdown", "plaintext" }, | |
insertReplaceSupport = true, | |
insertTextModeSupport = { | |
valueSet = { 1, 2 } | |
}, | |
labelDetailsSupport = true, | |
preselectSupport = true, | |
resolveSupport = { | |
properties = { "documentation", "detail", "additionalTextEdits", "sortText", "filterText", "insertText", "textEdit", "insertTextFormat", "insertTextMode" } | |
}, | |
snippetSupport = true, | |
tagSupport = { | |
valueSet = { 1 } | |
} | |
}, | |
completionItemKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 } | |
}, | |
completionList = { | |
itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" } | |
}, | |
contextSupport = true, | |
dynamicRegistration = false, | |
insertTextMode = 1 | |
}, | |
declaration = { | |
linkSupport = true | |
}, | |
definition = { | |
dynamicRegistration = true, | |
linkSupport = true | |
}, | |
diagnostic = { | |
dynamicRegistration = false | |
}, | |
documentHighlight = { | |
dynamicRegistration = false | |
}, | |
documentSymbol = { | |
dynamicRegistration = false, | |
hierarchicalDocumentSymbolSupport = true, | |
symbolKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } | |
} | |
}, | |
formatting = { | |
dynamicRegistration = true | |
}, | |
hover = { | |
contentFormat = { "markdown", "plaintext" }, | |
dynamicRegistration = true | |
}, | |
implementation = { | |
linkSupport = true | |
}, | |
inlayHint = { | |
dynamicRegistration = true, | |
resolveSupport = { | |
properties = { "textEdits", "tooltip", "location", "command" } | |
} | |
}, | |
publishDiagnostics = { | |
dataSupport = true, | |
relatedInformation = true, | |
tagSupport = { | |
valueSet = { 1, 2 } | |
} | |
}, | |
rangeFormatting = { | |
dynamicRegistration = true | |
}, | |
references = { | |
dynamicRegistration = false | |
}, | |
rename = { | |
dynamicRegistration = true, | |
prepareSupport = true | |
}, | |
semanticTokens = { | |
augmentsSyntaxTokens = true, | |
dynamicRegistration = false, | |
formats = { "relative" }, | |
multilineTokenSupport = false, | |
overlappingTokenSupport = true, | |
requests = { | |
full = { | |
delta = true | |
}, | |
range = false | |
}, | |
serverCancelSupport = false, | |
tokenModifiers = { "declaration", "definition", "readonly", "static", "deprecated", "abstract", "async", "modification", "documentation", "defaultLibrary" }, | |
tokenTypes = { "namespace", "type", "class", "enum", "interface", "struct", "typeParameter", "parameter", "variable", "property", "enumMember", "event", "function", "method", "macro", "keyword", "modifier", "comment", "string", "number", "regexp", "operator", "decorator" } | |
}, | |
signatureHelp = { | |
dynamicRegistration = false, | |
signatureInformation = { | |
activeParameterSupport = true, | |
documentationFormat = { "markdown", "plaintext" }, | |
parameterInformation = { | |
labelOffsetSupport = true | |
} | |
} | |
}, | |
synchronization = { | |
didSave = true, | |
dynamicRegistration = false, | |
willSave = true, | |
willSaveWaitUntil = true | |
}, | |
typeDefinition = { | |
linkSupport = true | |
} | |
}, | |
window = { | |
showDocument = { | |
support = true | |
}, | |
showMessage = { | |
messageActionItem = { | |
additionalPropertiesSupport = false | |
} | |
}, | |
workDoneProgress = true | |
}, | |
workspace = { | |
applyEdit = true, | |
configuration = true, | |
didChangeConfiguration = { | |
dynamicRegistration = false | |
}, | |
didChangeWatchedFiles = { | |
dynamicRegistration = false, | |
relativePatternSupport = true | |
}, | |
inlayHint = { | |
refreshSupport = true | |
}, | |
semanticTokens = { | |
refreshSupport = true | |
}, | |
symbol = { | |
dynamicRegistration = false, | |
symbolKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } | |
} | |
}, | |
workspaceEdit = { | |
resourceOperations = { "rename", "create", "delete" } | |
}, | |
workspaceFolders = true | |
} | |
}, | |
clientInfo = { | |
name = "Neovim", | |
version = "0.10.2+g8b9864200" | |
}, | |
initializationOptions = vim.empty_dict(), | |
processId = 415468, | |
rootPath = "/home/nicklas/Development/abinit_builder", | |
rootUri = "file:///home/nicklas/Development/abinit_builder", | |
trace = "off", | |
workDoneToken = "1", | |
workspaceFolders = { { | |
name = "/home/nicklas/Development/abinit_builder", | |
uri = "file:///home/nicklas/Development/abinit_builder" | |
} } | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
id = 1, | |
jsonrpc = "2.0", | |
result = { | |
capabilities = { | |
completionProvider = { | |
triggerCharacters = { ".", "@", ":" }, | |
workDoneProgress = true | |
}, | |
definitionProvider = true, | |
hoverProvider = { | |
partialResult = true, | |
partialResults = true, | |
workDoneProgress = true | |
}, | |
implementationProvider = true, | |
signatureHelpProvider = { | |
triggerCharacters = { "(" } | |
}, | |
textDocumentSync = { | |
change = 2, | |
openClose = true | |
}, | |
typeDefinitionProvider = true, | |
workspaceSymbolProvider = true | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
jsonrpc = "2.0", | |
method = "initialized", | |
params = vim.empty_dict() | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
jsonrpc = "2.0", | |
method = "textDocument/didOpen", | |
params = { | |
textDocument = { | |
languageId = "ruby", | |
text = "# frozen_string_literal: true\n\nsource \"https://rubygems.org\"\n\n# Specify your gem's dependencies in abinit_builder.gemspec\ngemspec\n\ngem \"rake\"\n\ngem \"minitest\"\n\ngem \"rubocop\"\ngem \"rubocop-minitest\"\ngem \"rubocop-rake\"\ngem \"steep\"\n", | |
uri = "file:///home/nicklas/Development/abinit_builder/Gemfile", | |
version = 0 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
id = "eTPBIlWBgv", | |
jsonrpc = "2.0", | |
method = "window/workDoneProgress/create", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4" | |
} | |
} | |
[INFO][2024-10-03 06:48:28] ...m/lsp/client.lua:620 "LSP[steep]" "server_capabilities" { | |
server_capabilities = { | |
completionProvider = { | |
triggerCharacters = { ".", "@", ":" }, | |
workDoneProgress = true | |
}, | |
definitionProvider = true, | |
hoverProvider = { | |
partialResult = true, | |
partialResults = true, | |
workDoneProgress = true | |
}, | |
implementationProvider = true, | |
signatureHelpProvider = { | |
triggerCharacters = { "(" } | |
}, | |
textDocumentSync = { | |
change = 2, | |
openClose = true | |
}, | |
typeDefinitionProvider = true, | |
workspaceSymbolProvider = true | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
cancellable = false, | |
kind = "begin", | |
message = "loading projects...", | |
percentage = 0, | |
title = "Type checking" | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:423 "server_request: callback result" { | |
result = vim.NIL, | |
status = true | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
id = "eTPBIlWBgv", | |
jsonrpc = "2.0", | |
result = vim.NIL | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/env.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "1%", | |
percentage = 1 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/basic_object.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "2%", | |
percentage = 2 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "3%", | |
percentage = 3 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/exception.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "4%", | |
percentage = 4 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/binding.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "5%", | |
percentage = 5 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/complex.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "6%", | |
percentage = 6 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/constants.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "7%", | |
percentage = 7 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/float.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "8%", | |
percentage = 8 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/data.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "9%", | |
percentage = 9 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/fiber_error.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "10%", | |
percentage = 10 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/integer.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "11%", | |
percentage = 11 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/object_space.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "12%", | |
percentage = 12 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/array.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "13%", | |
percentage = 13 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/gc.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "14%", | |
percentage = 14 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/comparable.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "15%", | |
percentage = 15 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/encoding.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "17%", | |
percentage = 17 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/marshal.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "18%", | |
percentage = 18 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/proc.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "19%", | |
percentage = 19 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/builtin.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "20%", | |
percentage = 20 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/enumerable.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "21%", | |
percentage = 21 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/ractor.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "22%", | |
percentage = 22 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/fiber.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "23%", | |
percentage = 23 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/thread_group.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "24%", | |
percentage = 24 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/dir.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "25%", | |
percentage = 25 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/false_class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "26%", | |
percentage = 26 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rbs/unnamed/env_class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "27%", | |
percentage = 27 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/dependency_installer.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "28%", | |
percentage = 28 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/request_set.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "29%", | |
percentage = 29 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/errors.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "30%", | |
percentage = 30 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/file.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "31%", | |
percentage = 31 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/kernel.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "32%", | |
percentage = 32 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/io/buffer.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/enumerator.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "34%", | |
percentage = 34 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "35%", | |
percentage = 35 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/enumerator/product.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "36%", | |
percentage = 36 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/rubygems.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "37%", | |
percentage = 37 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/math.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "38%", | |
percentage = 38 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/match_data.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "39%", | |
percentage = 39 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/signal.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "40%", | |
percentage = 40 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/object.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "41%", | |
percentage = 41 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/string_io.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "42%", | |
percentage = 42 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/module.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "43%", | |
percentage = 43 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/true_class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "44%", | |
percentage = 44 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/object_space/weak_key_map.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "45%", | |
percentage = 45 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/range.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "46%", | |
percentage = 46 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rb_config.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "47%", | |
percentage = 47 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/process.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "48%", | |
percentage = 48 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/stdlib/erb/0/erb.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "50%", | |
percentage = 50 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/random.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "51%", | |
percentage = 51 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/config_file.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "52%", | |
percentage = 52 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/installer.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "53%", | |
percentage = 53 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/path_support.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "54%", | |
percentage = 54 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/platform.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "55%", | |
percentage = 55 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/io.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "56%", | |
percentage = 56 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/ruby_vm.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "57%", | |
percentage = 57 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/view.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "58%", | |
percentage = 58 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rbs/unnamed/argf.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "59%", | |
percentage = 59 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/basic_specification.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "60%", | |
percentage = 60 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/specification.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "61%", | |
percentage = 61 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/trace_point.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "62%", | |
percentage = 62 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rational.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "63%", | |
percentage = 63 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/requirement.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "64%", | |
percentage = 64 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/warning.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "65%", | |
percentage = 65 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/thread.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "67%", | |
percentage = 67 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/errno.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "68%", | |
percentage = 68 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/unbound_method.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "69%", | |
percentage = 69 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/time.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "70%", | |
percentage = 70 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/file_test.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "71%", | |
percentage = 71 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "72%", | |
percentage = 72 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rbs/unnamed/random.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "73%", | |
percentage = 73 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/regexp.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "74%", | |
percentage = 74 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/stdlib/pathname/0/pathname.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "75%", | |
percentage = 75 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/errors.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "76%", | |
percentage = 76 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/source_list.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "77%", | |
percentage = 77 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/uninstaller.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "78%", | |
percentage = 78 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/global_variables.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "79%", | |
percentage = 79 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/version.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "80%", | |
percentage = 80 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/hash.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "81%", | |
percentage = 81 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/struct.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "82%", | |
percentage = 82 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/symbol.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "84%", | |
percentage = 84 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/io/wait.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "85%", | |
percentage = 85 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/system.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "86%", | |
percentage = 86 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/method.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "87%", | |
percentage = 87 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/nil_class.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "88%", | |
percentage = 88 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/cell.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "89%", | |
percentage = 89 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/numeric.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "90%", | |
percentage = 90 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/refinement.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "91%", | |
percentage = 91 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/rubygems/stream_ui.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "92%", | |
percentage = 92 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/set.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "93%", | |
percentage = 93 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/atom_type.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "94%", | |
percentage = 94 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/vendor/bundle/ruby/3.3.0/gems/rbs-3.6.1/core/string.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "95%", | |
percentage = 95 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/atom.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "96%", | |
percentage = 96 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/sig/abinit_builder.rbs" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "97%", | |
percentage = 97 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/kpoints.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "98%", | |
percentage = 98 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "textDocument/publishDiagnostics", | |
params = { | |
diagnostics = {}, | |
uri = "file:///home/nicklas/Development/abinit_builder/lib/abinit_builder/vec.rb" | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "100%", | |
percentage = 100 | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
jsonrpc = "2.0", | |
method = "$/progress", | |
params = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "end" | |
} | |
} | |
} | |
[DEBUG][2024-10-03 06:48:28] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
id = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
jsonrpc = "2.0", | |
result = { | |
completed = true, | |
duration = 0, | |
finished_at = "2024-10-03T06:48:28-04:00", | |
guid = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
started_at = "2024-10-03T06:48:28-04:00" | |
} | |
} | |
[INFO][2024-10-03 06:48:36] .../lua/vim/lsp.lua:799 "exit_handler" { { | |
_log_prefix = "LSP[steep]", | |
_on_attach_cbs = { <function 1> }, | |
_on_exit_cbs = { <function 2>, <function 3> }, | |
_on_init_cbs = { <function 4> }, | |
_trace = "off", | |
attached_buffers = { true }, | |
cancel_request = <function 5>, | |
capabilities = <1>{ | |
general = { | |
positionEncodings = { "utf-16" } | |
}, | |
textDocument = { | |
callHierarchy = { | |
dynamicRegistration = false | |
}, | |
codeAction = { | |
codeActionLiteralSupport = { | |
codeActionKind = { | |
valueSet = { "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" } | |
} | |
}, | |
dataSupport = true, | |
dynamicRegistration = true, | |
isPreferredSupport = true, | |
resolveSupport = { | |
properties = { "edit" } | |
} | |
}, | |
completion = { | |
completionItem = { | |
commitCharactersSupport = true, | |
deprecatedSupport = true, | |
documentationFormat = { "markdown", "plaintext" }, | |
insertReplaceSupport = true, | |
insertTextModeSupport = { | |
valueSet = { 1, 2 } | |
}, | |
labelDetailsSupport = true, | |
preselectSupport = true, | |
resolveSupport = { | |
properties = { "documentation", "detail", "additionalTextEdits", "sortText", "filterText", "insertText", "textEdit", "insertTextFormat", "insertTextMode" } | |
}, | |
snippetSupport = true, | |
tagSupport = { | |
valueSet = { 1 } | |
} | |
}, | |
completionItemKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 } | |
}, | |
completionList = { | |
itemDefaults = { "commitCharacters", "editRange", "insertTextFormat", "insertTextMode", "data" } | |
}, | |
contextSupport = true, | |
dynamicRegistration = false, | |
insertTextMode = 1 | |
}, | |
declaration = { | |
linkSupport = true | |
}, | |
definition = { | |
dynamicRegistration = true, | |
linkSupport = true | |
}, | |
diagnostic = { | |
dynamicRegistration = false | |
}, | |
documentHighlight = { | |
dynamicRegistration = false | |
}, | |
documentSymbol = { | |
dynamicRegistration = false, | |
hierarchicalDocumentSymbolSupport = true, | |
symbolKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } | |
} | |
}, | |
formatting = { | |
dynamicRegistration = true | |
}, | |
hover = { | |
contentFormat = { "markdown", "plaintext" }, | |
dynamicRegistration = true | |
}, | |
implementation = { | |
linkSupport = true | |
}, | |
inlayHint = { | |
dynamicRegistration = true, | |
resolveSupport = { | |
properties = { "textEdits", "tooltip", "location", "command" } | |
} | |
}, | |
publishDiagnostics = { | |
dataSupport = true, | |
relatedInformation = true, | |
tagSupport = { | |
valueSet = { 1, 2 } | |
} | |
}, | |
rangeFormatting = { | |
dynamicRegistration = true | |
}, | |
references = { | |
dynamicRegistration = false | |
}, | |
rename = { | |
dynamicRegistration = true, | |
prepareSupport = true | |
}, | |
semanticTokens = { | |
augmentsSyntaxTokens = true, | |
dynamicRegistration = false, | |
formats = { "relative" }, | |
multilineTokenSupport = false, | |
overlappingTokenSupport = true, | |
requests = { | |
full = { | |
delta = true | |
}, | |
range = false | |
}, | |
serverCancelSupport = false, | |
tokenModifiers = { "declaration", "definition", "readonly", "static", "deprecated", "abstract", "async", "modification", "documentation", "defaultLibrary" }, | |
tokenTypes = { "namespace", "type", "class", "enum", "interface", "struct", "typeParameter", "parameter", "variable", "property", "enumMember", "event", "function", "method", "macro", "keyword", "modifier", "comment", "string", "number", "regexp", "operator", "decorator" } | |
}, | |
signatureHelp = { | |
dynamicRegistration = false, | |
signatureInformation = { | |
activeParameterSupport = true, | |
documentationFormat = { "markdown", "plaintext" }, | |
parameterInformation = { | |
labelOffsetSupport = true | |
} | |
} | |
}, | |
synchronization = { | |
didSave = true, | |
dynamicRegistration = false, | |
willSave = true, | |
willSaveWaitUntil = true | |
}, | |
typeDefinition = { | |
linkSupport = true | |
} | |
}, | |
window = { | |
showDocument = { | |
support = true | |
}, | |
showMessage = { | |
messageActionItem = { | |
additionalPropertiesSupport = false | |
} | |
}, | |
workDoneProgress = true | |
}, | |
workspace = { | |
applyEdit = true, | |
configuration = true, | |
didChangeConfiguration = { | |
dynamicRegistration = false | |
}, | |
didChangeWatchedFiles = { | |
dynamicRegistration = false, | |
relativePatternSupport = true | |
}, | |
inlayHint = { | |
refreshSupport = true | |
}, | |
semanticTokens = { | |
refreshSupport = true | |
}, | |
symbol = { | |
dynamicRegistration = false, | |
symbolKind = { | |
valueSet = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 } | |
} | |
}, | |
workspaceEdit = { | |
resourceOperations = { "rename", "create", "delete" } | |
}, | |
workspaceFolders = true | |
} | |
}, | |
commands = {}, | |
config = { | |
autostart = true, | |
capabilities = <table 1>, | |
cmd = { "bundle", "exec", "steep", "langserver" }, | |
cmd_cwd = "/home/nicklas/Development/abinit_builder", | |
enabled = true, | |
filetypes = { "ruby", "eruby" }, | |
handlers = <2>{}, | |
init_options = vim.empty_dict(), | |
log_level = 2, | |
message_level = 2, | |
name = "steep", | |
on_attach = <function 1>, | |
on_exit = <function 2>, | |
on_init = <function 4>, | |
root_dir = "/home/nicklas/Development/abinit_builder", | |
settings = <3>vim.empty_dict(), | |
workspace_folders = <4>{ { | |
name = "/home/nicklas/Development/abinit_builder", | |
uri = "file:///home/nicklas/Development/abinit_builder" | |
} }, | |
<metatable> = <5>{ | |
__tostring = <function 6> | |
} | |
}, | |
dynamic_capabilities = { | |
capabilities = {}, | |
client_id = 1, | |
<metatable> = { | |
__index = { | |
get = <function 7>, | |
match = <function 8>, | |
new = <function 9>, | |
register = <function 10>, | |
supports = <function 11>, | |
supports_registration = <function 12>, | |
unregister = <function 13> | |
} | |
} | |
}, | |
flags = {}, | |
get_language_id = <function 14>, | |
handlers = <table 2>, | |
id = 1, | |
initialized = true, | |
is_stopped = <function 15>, | |
messages = { | |
messages = {}, | |
name = "steep", | |
progress = {}, | |
status = {} | |
}, | |
name = "steep", | |
notify = <function 16>, | |
offset_encoding = "utf-16", | |
on_attach = <function 17>, | |
progress = { | |
_idx_read = 47, | |
_idx_write = 46, | |
_items = { { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "54%", | |
percentage = 54, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "55%", | |
percentage = 55, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "56%", | |
percentage = 56, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "57%", | |
percentage = 57, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "58%", | |
percentage = 58, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "59%", | |
percentage = 59, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "60%", | |
percentage = 60, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "61%", | |
percentage = 61, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "62%", | |
percentage = 62, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "63%", | |
percentage = 63, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "64%", | |
percentage = 64, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "65%", | |
percentage = 65, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "67%", | |
percentage = 67, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "68%", | |
percentage = 68, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "69%", | |
percentage = 69, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "70%", | |
percentage = 70, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "71%", | |
percentage = 71, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "72%", | |
percentage = 72, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "73%", | |
percentage = 73, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "74%", | |
percentage = 74, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "75%", | |
percentage = 75, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "76%", | |
percentage = 76, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "77%", | |
percentage = 77, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "78%", | |
percentage = 78, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "79%", | |
percentage = 79, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "80%", | |
percentage = 80, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "81%", | |
percentage = 81, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "82%", | |
percentage = 82, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "84%", | |
percentage = 84, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "85%", | |
percentage = 85, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "86%", | |
percentage = 86, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "87%", | |
percentage = 87, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "88%", | |
percentage = 88, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "89%", | |
percentage = 89, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "90%", | |
percentage = 90, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "91%", | |
percentage = 91, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "92%", | |
percentage = 92, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "93%", | |
percentage = 93, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "94%", | |
percentage = 94, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "95%", | |
percentage = 95, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "96%", | |
percentage = 96, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "97%", | |
percentage = 97, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "98%", | |
percentage = 98, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "100%", | |
percentage = 100, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "end", | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "47%", | |
percentage = 47, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "48%", | |
percentage = 48, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "50%", | |
percentage = 50, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "51%", | |
percentage = 51, | |
title = "Type checking" | |
} | |
}, { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "52%", | |
percentage = 52, | |
title = "Type checking" | |
} | |
}, | |
[0] = { | |
token = "7a987e4f-d569-43ed-ad9f-d70b6040d9b4", | |
value = { | |
kind = "report", | |
message = "53%", | |
percentage = 53, | |
title = "Type checking" | |
} | |
} | |
}, | |
_size = 51, | |
pending = {}, | |
<metatable> = { | |
__call = <function 18>, | |
__index = { | |
clear = <function 19>, | |
peek = <function 20>, | |
pop = <function 21>, | |
push = <function 22> | |
} | |
} | |
}, | |
request = <function 23>, | |
request_sync = <function 24>, | |
requests = {}, | |
root_dir = "/home/nicklas/Development/abinit_builder", | |
rpc = { | |
is_closing = <function 25>, | |
notify = <function 26>, | |
request = <function 27>, | |
terminate = <function 28> | |
}, | |
server_capabilities = { | |
completionProvider = { | |
triggerCharacters = { ".", "@", ":" }, | |
workDoneProgress = true | |
}, | |
definitionProvider = true, | |
hoverProvider = { | |
partialResult = true, | |
partialResults = true, | |
workDoneProgress = true | |
}, | |
implementationProvider = true, | |
signatureHelpProvider = { | |
triggerCharacters = { "(" } | |
}, | |
textDocumentSync = { | |
change = 2, | |
openClose = true | |
}, | |
typeDefinitionProvider = true, | |
workspaceSymbolProvider = true | |
}, | |
settings = <table 3>, | |
stop = <function 29>, | |
supports_method = <function 30>, | |
workspace_did_change_configuration = <function 31>, | |
workspace_folders = <table 4>, | |
<metatable> = <6>{ | |
__index = <table 6>, | |
_add_workspace_folder = <function 32>, | |
_cancel_request = <function 33>, | |
_exec_cmd = <function 34>, | |
_is_stopped = <function 35>, | |
_notification = <function 36>, | |
_notify = <function 37>, | |
_on_attach = <function 38>, | |
_on_error = <function 39>, | |
_on_exit = <function 40>, | |
_remove_workspace_folder = <function 41>, | |
_request = <function 42>, | |
_request_sync = <function 43>, | |
_resolve_handler = <function 44>, | |
_run_callbacks = <function 45>, | |
_server_request = <function 46>, | |
_stop = <function 47>, | |
_supports_method = <function 48>, | |
_text_document_did_open_handler = <function 49>, | |
create = <function 50>, | |
initialize = <function 51>, | |
write_error = <function 52> | |
} | |
} } | |
[DEBUG][2024-10-03 06:48:36] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
id = 2, | |
jsonrpc = "2.0", | |
method = "shutdown" | |
} | |
[DEBUG][2024-10-03 06:48:36] .../vim/lsp/rpc.lua:408 "rpc.receive" { | |
id = 2, | |
jsonrpc = "2.0" | |
} | |
[DEBUG][2024-10-03 06:48:36] .../vim/lsp/rpc.lua:286 "rpc.send" { | |
jsonrpc = "2.0", | |
method = "exit" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment