Skip to content

Instantly share code, notes, and snippets.

@brw
Created March 4, 2024 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brw/b6efc9584f0d5725db00e55a6931a1e1 to your computer and use it in GitHub Desktop.
Save brw/b6efc9584f0d5725db00e55a6931a1e1 to your computer and use it in GitHub Desktop.
2024/03/04 06:06:18 serve_command.go:108: Starting terraform-ls 0.32.7
2024/03/04 06:06:18 service.go:106: Preparing new session ...
2024/03/04 06:06:18 langserver.go:102: Starting server (pid 138918; concurrency: 4) ...
2024/03/04 06:06:18 opts.go:215: Received request batch of size 1 (qlen=0)
2024/03/04 06:06:18 opts.go:215: Dequeued request batch of length 1 (qlen=0)
2024/03/04 06:06:18 rpc_logger.go:32: Incoming request for "initialize" (ID 1): {"initializationOptions":[],"capabilities":{"workspace":{"workspaceEdit":{"resourceOperations":["rename","create","delete"]},"applyEdit":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]},"hierarchicalWorkspaceSymbolSupport":true},"didChangeWatchedFiles":{"dynamicRegistration":false,"relativePatternSupport":true},"configuration":true,"workspaceFolders":true},"textDocument":{"publishDiagnostics":{"tagSupport":{"valueSet":[1,2]},"relatedInformation":true},"callHierarchy":{"dynamicRegistration":false},"implementation":{"linkSupport":true},"typeDefinition":{"linkSupport":true},"hover":{"dynamicRegistration":false,"contentFormat":["markdown","plaintext"]},"signatureHelp":{"dynamicRegistration":false,"signatureInformation":{"parameterInformation":{"labelOffsetSupport":true},"documentationFormat":["markdown","plaintext"],"activeParameterSupport":true}},"synchronization":{"dynamicRegistration":false,"didSave":true,"willSaveWaitUntil":true,"willSave":true},"declaration":{"linkSupport":true},"completion":{"contextSupport":true,"completionItem":{"tagSupport":{"valueSet":[1]},"resolveSupport":{"properties":["documentation","detail","additionalTextEdits","sortText","filterText","insertText","textEdit","insertTextFormat","insertTextMode"]},"labelDetailsSupport":true,"insertTextModeSupport":{"valueSet":[1,2]},"snippetSupport":true,"commitCharactersSupport":true,"preselectSupport":true,"deprecatedSupport":true,"documentationFormat":["markdown","plaintext"],"insertReplaceSupport":true},"dynamicRegistration":false,"insertTextMode":1,"completionList":{"itemDefaults":["commitCharacters","editRange","insertTextFormat","insertTextMode","data"]},"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]}},"semanticTokens":{"requests":{"range":false,"full":{"delta":true}},"formats":["relative"],"overlappingTokenSupport":true,"multilineTokenSupport":false,"serverCancelSupport":false,"dynamicRegistration":false,"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","decorator"],"augmentsSyntaxTokens":true,"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"]},"references":{"dynamicRegistration":false},"documentHighlight":{"dynamicRegistration":false},"documentSymbol":{"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]},"hierarchicalDocumentSymbolSupport":true},"definition":{"linkSupport":true},"rename":{"dynamicRegistration":false,"prepareSupport":true},"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}},"dynamicRegistration":false,"dataSupport":true,"resolveSupport":{"properties":["edit"]},"isPreferredSupport":true}},"window":{"showDocument":{"support":true},"workDoneProgress":true,"showMessage":{"messageActionItem":{"additionalPropertiesSupport":false}}}},"workspaceFolders":[{"name":"\/home\/bas\/test","uri":"file:\/\/\/home\/bas\/test"}],"trace":"off","processId":138815,"rootPath":"\/home\/bas\/test","rootUri":"file:\/\/\/home\/bas\/test","clientInfo":{"version":"0.9.5","name":"Neovim"}}
2024/03/04 06:06:18 rpc_logger.go:48: Error for "initialize" (ID 1): [-32098] '' expected a map, got 'slice'
2024/03/04 06:06:18 opts.go:215: Completed 1 requests [951.516µs elapsed]
2024/03/04 06:06:24 signal_cancel.go:23: Cancellation signal (terminated) received
2024/03/04 06:06:24 langserver.go:115: Stopping server (pid 138918) ...
2024/03/04 06:06:24 opts.go:215: Server signaled to stop with err=the server has been stopped
2024/03/04 06:06:24 langserver.go:119: Server (pid 138918) stopped.
2024/03/04 06:06:24 opts.go:215: Error reading from client: the server has been stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment