Created
April 4, 2022 21:52
-
-
Save smithbm2316/e7de7fc245cd57bd5fa7c0daab3eb663 to your computer and use it in GitHub Desktop.
astro-ls lsp.log
This file contains hidden or 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][2022-04-04 14:49:18] LSP logging initiated | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [WARN][2022-04-04 14:49:18] .../lua/vim/lsp.lua:812 "server_request: no handler found for" "workspace/semanticTokens/refresh" | |
| [START][2022-04-04 14:49:47] LSP logging initiated | |
| [INFO][2022-04-04 14:50:04] .../vim/lsp/rpc.lua:261 "Starting RPC client" { | |
| args = { "--stdio" }, | |
| cmd = "astro-ls", | |
| extra = { | |
| cwd = "/Users/smithbm/code/astro-beta-portfolio" | |
| } | |
| } | |
| [TRACE][2022-04-04 14:50:04] .../lua/vim/lsp.lua:953 "LSP[astro]" "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, | |
| resolveSupport = { | |
| properties = { "edit" } | |
| } | |
| }, | |
| completion = { | |
| completionItem = { | |
| commitCharactersSupport = false, | |
| deprecatedSupport = false, | |
| documentationFormat = { "markdown", "plaintext" }, | |
| preselectSupport = false, | |
| snippetSupport = false | |
| }, | |
| 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 } | |
| }, | |
| contextSupport = false, | |
| dynamicRegistration = false | |
| }, | |
| 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.7.0" | |
| }, | |
| initializationOptions = vim.empty_dict(), | |
| processId = 53708, | |
| rootPath = "/Users/smithbm/code/astro-beta-portfolio", | |
| rootUri = "file:///Users/smithbm/code/astro-beta-portfolio", | |
| trace = "off", | |
| workspaceFolders = { { | |
| name = "/Users/smithbm/code/astro-beta-portfolio", | |
| uri = "file:///Users/smithbm/code/astro-beta-portfolio" | |
| } } | |
| } | |
| [DEBUG][2022-04-04 14:50:04] .../vim/lsp/rpc.lua:347 "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, | |
| resolveSupport = { | |
| properties = { "edit" } | |
| } | |
| }, | |
| completion = { | |
| completionItem = { | |
| commitCharactersSupport = false, | |
| deprecatedSupport = false, | |
| documentationFormat = { "markdown", "plaintext" }, | |
| preselectSupport = false, | |
| snippetSupport = false | |
| }, | |
| 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 } | |
| }, | |
| contextSupport = false, | |
| dynamicRegistration = false | |
| }, | |
| 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.7.0" | |
| }, | |
| initializationOptions = vim.empty_dict(), | |
| processId = 53708, | |
| rootPath = "/Users/smithbm/code/astro-beta-portfolio", | |
| rootUri = "file:///Users/smithbm/code/astro-beta-portfolio", | |
| trace = "off", | |
| workspaceFolders = { { | |
| name = "/Users/smithbm/code/astro-beta-portfolio", | |
| uri = "file:///Users/smithbm/code/astro-beta-portfolio" | |
| } } | |
| } | |
| } | |
| [DEBUG][2022-04-04 14:50:04] .../vim/lsp/rpc.lua:454 "rpc.receive" { | |
| error = { | |
| code = -32603, | |
| message = "Request initialize failed with message: Cannot read property 'astro' of undefined" | |
| }, | |
| id = 1, | |
| jsonrpc = "2.0" | |
| } | |
| [INFO][2022-04-04 14:50:26] .../lua/vim/lsp.lua:1392 "exit_handler" {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment