Skip to content

Instantly share code, notes, and snippets.

@couryrr
Created December 22, 2022 05:04
Show Gist options
  • Save couryrr/aff415110ff0ae5e6f99c1300f97734c to your computer and use it in GitHub Desktop.
Save couryrr/aff415110ff0ae5e6f99c1300f97734c to your computer and use it in GitHub Desktop.
[START][2022-12-21 23:58:01] LSP logging initiated
[INFO][2022-12-21 23:58:01] .../vim/lsp/rpc.lua:661 "Starting RPC client" { args = { "-configuration", "C:\\Users\\Coury\\AppData\\Local\\nvim-data\\mason\\packages\\jdtls\\config_win", "-data", "C:\\Users\\Coury\\Documents\\Code\\java-workspaces\\poc" }, cmd = "C:\\Users\\Coury\\AppData\\Local\\nvim-data\\mason\\packages\\jdtls\\bin\\jdtls-win.cmd", extra = { cwd = "C:/Users/Coury/Documents/Code/interviews/poc/app" }}
[DEBUG][2023-12-21 23:58:01] .../vim/lsp/rpc.lua:285 "rpc.send" { id = 1, jsonrpc = "2.0", method = "initialize", params = { capabilities = { callHierarchy = { dynamicRegistration = false }, textDocument = { codeAction = { codeActionLiteralSupport = { codeActionKind = { valueSet = { "", "Empty", "QuickFix", "Refactor", "RefactorExtract", "RefactorInline", "RefactorRewrite", "Source", "SourceOrganizeImports", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" } } }, dataSupport = true, dynamicRegistration = false, 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" } }, 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 = { linkSupport = true }, 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 } } }, hover = { contentFormat = { "markdown", "plaintext" }, dynamicRegistration = false }, implementation = { linkSupport = true }, publishDiagnostics = { relatedInformation = true, tagSupport = { valueSet = { 1, 2 } } }, references = { dynamicRegistration = false }, rename = { dynamicRegistration = false, prepareSupport = true }, signatureHelp = { dynamicRegistration = false, signatureInformation = { activeParameterSupport = true, documentationFormat = { "markdown", "plaintext" }, parameterInformation = { labelOffsetSupport = true } } }, synchronization = { didSave = true, dynamicRegistration = false, willSave = false, willSaveWaitUntil = false }, typeDefinition = { linkSupport = true } }, window = { showDocument = { support = false }, showMessage = { messageActionItem = { additionalPropertiesSupport = false } }, workDoneProgress = true }, workspace = { applyEdit = true, configuration = true, symbol = { dynamicRegistration = false, hierarchicalWorkspaceSymbolSupport = 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 } } }, workspaceEdit = { resourceOperations = { "rename", "create", "delete" } }, workspaceFolders = true } }, clientInfo = { name = "Neovim", version = "0.8.0" }, initializationOptions = { jvm_args = {}, workspace = "C:\\Users\\Coury/.cache/jdtls/workspace" }, processId = 6232, rootPath = "C:\\Users\\Coury\\Documents\\Code\\interviews\\poc\\app", rootUri = "file:///C:/Users/Coury/Documents/Code/interviews/poc/app", trace = "off", workspaceFolders = { { name = "C:/Users/Coury/Documents/Code/interviews/poc/app", uri = "file:///C:/Users/Coury/Documents/Code/interviews/poc/app" } } }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment