Files
dotfiles/[.]local/share/nvim/mason/packages/lua-language-server/libexec/log/service.log

245 lines
8.1 KiB
Plaintext

[20:23:59.318][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:68]: Lua Lsp startup, root: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec
[20:23:59.319][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:69]: ROOT: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec
[20:23:59.319][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:70]: LOGPATH: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/log
[20:23:59.319][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:71]: METAPATH: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/meta
[20:23:59.319][info] [#0:/home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/main.lua:72]: VERSION: 3.14.0
[20:23:59.333][info] [#0:script/proto/proto.lua:260]: Listen Mode: stdio
[20:23:59.333][info] [#0:script/service/service.lua:145]:
========= Medical Examination Report =========
--------------- Memory ---------------
Total: 2.263 MB
# 00 : 2.263 MB
# 01 : 0.000 MB
# 02 : 0.000 MB
# 03 : 0.000 MB
# 04 : 0.000 MB
--------------- Coroutine ---------------
Total: 0
Running: 0
Suspended: 0
Normal: 0
Dead: 0
--------------- Cache ---------------
Total: 1
Dead: 0
--------------- RPC ---------------
Holdon: 0
Waiting: 0
==============================================
[20:23:59.436][info] [#0:script/client.lua:657]: Client init {
capabilities = {
general = {
positionEncodings = { "utf-8", "utf-16", "utf-32" }
},
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", "command" }
}
},
codeLens = {
dynamicRegistration = false,
resolveSupport = {
properties = { "command" }
}
},
completion = {
completionItem = {
commitCharactersSupport = false,
deprecatedSupport = true,
documentationFormat = { "markdown", "plaintext" },
insertReplaceSupport = true,
insertTextModeSupport = {
valueSet = { 1 }
},
labelDetailsSupport = true,
preselectSupport = false,
resolveSupport = {
properties = { "documentation", "detail", "additionalTextEdits", "command", "data" }
},
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 }
}
},
foldingRange = {
dynamicRegistration = false,
foldingRange = {
collapsedText = true
},
lineFoldingOnly = true
},
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,
rangesSupport = 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 = true
}
},
workDoneProgress = true
},
workspace = {
applyEdit = true,
configuration = true,
didChangeConfiguration = {
dynamicRegistration = false
},
didChangeWatchedFiles = {
dynamicRegistration = false,
relativePatternSupport = true
},
fileOperations = {
didRename = true,
willRename = 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.11.1+dirty"
},
initializationOptions = {},
processId = 14224,
rootPath = "/home/daniel/.config/nvim",
rootUri = "file:///home/daniel/.config/nvim",
trace = "off",
workDoneToken = "1",
workspaceFolders = { {
name = "/home/daniel/.config/nvim",
uri = "file:///home/daniel/.config/nvim"
} }
}
[20:23:59.436][info] [#0:script/language.lua:137]: VSC language: nil
[20:23:59.436][info] [#0:script/language.lua:138]: LS language: en-us
[20:23:59.436][info] [#0:script/workspace/workspace.lua:38]: Workspace init root: file:///home/daniel/.config/nvim
[20:23:59.436][info] [#0:script/workspace/workspace.lua:42]: Log path: /home/daniel/.local/share/nvim/mason/packages/lua-language-server/libexec/log/file_home_daniel_.config_nvim.log