https://bugs.kde.org/show_bug.cgi?id=499187
--- Comment #3 from Daniele Scasciafratte <mte90...@gmail.com> --- Nope: ``` "lua": { "command": ["lua-language-server"], "url": "https://github.com/sumneko/lua-language-server", "highlightingModeRegex": "^Lua$", "root":"" } ``` The log output: ``` [12:14:37.959][info] [#0:script/client.lua:657]: Client init { capabilities = { textDocument = { codeAction = { codeActionLiteralSupport = { codeActionKind = { valueSet = { "quickfix", "refactor", "source" } } } }, completion = { completionItem = { resolveSupport = { properties = { "additionalTextEdits", "documentation" } }, snippetSupport = true } }, documentSymbol = { hierarchicalDocumentSymbolSupport = true }, hover = { contentFormat = { "markdown", "plaintext" } }, inlayHint = { dynamicRegistration = false }, publishDiagnostics = { relatedInformation = true }, selectionRange = { dynamicRegistration = false }, semanticTokens = { formats = { "relative" }, requests = { full = { delta = true }, range = true }, tokenModifiers = {}, tokenTypes = { "namespace", "type", "class", "enum", "interface", "struct", "typeParameter", "parameter", "variable", "property", "enumMember", "event", "function", "method", "macro", "keyword", "modifier", "comment", "string", "number", "regexp", "operator" } }, synchronization = { didSave = true } }, window = { showMessage = { messageActionItem = { additionalPropertiesSupport = true } }, workDoneProgress = true } }, processId = 101697, rootPath = "/home/mte90", rootUri = "file:///home/mte90" } ``` As you can see don't affect the LSP server. -- You are receiving this mail because: You are watching all bug changes.