Skip to content

Instantly share code, notes, and snippets.

@knopp
Created May 4, 2020 18:11
Show Gist options
  • Save knopp/4a16fbdfaca46f4c70c15b928d59ab5e to your computer and use it in GitHub Desktop.
Save knopp/4a16fbdfaca46f4c70c15b928d59ab5e to your computer and use it in GitHub Desktop.
I[20:11:33.571] clangd version 10.0.0
I[20:11:33.571] Working directory: c:\Users\Matej\Projects\airflow
I[20:11:33.571] argv[0]: clangd
I[20:11:33.571] argv[1]: --log=verbose
I[20:11:33.571] Starting LSP over stdin/stdout
V[20:11:33.574] <<< {"id":0,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}},"dynamicRegistration":true,"isPreferredSupport":true},"codeLens":{"dynamicRegistration":true},"colorProvider":{"dynamicRegistration":true},"completion":{"completionItem":{"commitCharactersSupport":true,"deprecatedSupport":true,"documentationFormat":["markdown","plaintext"],"preselectSupport":true,"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]},"contextSupport":true,"dynamicRegistration":true,"editsNearCursor":true},"declaration":{"dynamicRegistration":true,"linkSupport":true},"definition":{"dynamicRegistration":true,"linkSupport":true},"documentHighlight":{"dynamicRegistration":true},"documentLink":{"dynamicRegistration":true,"tooltipSupport":true},"documentSymbol":{"dynamicRegistration":true,"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":true,"lineFoldingOnly":true,"rangeLimit":5000},"formatting":{"dynamicRegistration":true},"hover":{"contentFormat":["markdown","plaintext"],"dynamicRegistration":true},"implementation":{"dynamicRegistration":true,"linkSupport":true},"onTypeFormatting":{"dynamicRegistration":true},"publishDiagnostics":{"relatedInformation":true,"tagSupport":{"valueSet":[1,2]},"versionSupport":false},"rangeFormatting":{"dynamicRegistration":true},"references":{"dynamicRegistration":true},"rename":{"dynamicRegistration":true,"prepareSupport":true},"selectionRange":{"dynamicRegistration":true},"semanticHighlightingCapabilities":{"semanticHighlighting":true},"signatureHelp":{"contextSupport":true,"dynamicRegistration":true,"signatureInformation":{"documentationFormat":["markdown","plaintext"],"parameterInformation":{"labelOffsetSupport":true}}},"synchronization":{"didSave":true,"dynamicRegistration":true,"willSave":true,"willSaveWaitUntil":true},"typeDefinition":{"dynamicRegistration":true,"linkSupport":true}},"window":{"workDoneProgress":true},"workspace":{"applyEdit":true,"configuration":true,"didChangeConfiguration":{"dynamicRegistration":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"executeCommand":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":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":{"documentChanges":true,"failureHandling":"textOnlyTransactional","resourceOperations":["create","rename","delete"]},"workspaceFolders":true}},"clientInfo":{"name":"vscode","version":"1.45.0-insider"},"initializationOptions":{"clangdFileStatus":true,"fallbackFlags":[]},"processId":2764,"rootPath":"c:\\Users\\Matej\\Projects\\airflow","rootUri":"file:///c%3A/Users/Matej/Projects/airflow","trace":"off","workspaceFolders":[{"name":"airflow","uri":"file:///c%3A/Users/Matej/Projects/airflow"}]}}
I[20:11:33.574] <-- initialize(0)
I[20:11:33.588] --> reply:initialize(0) 13 ms
V[20:11:33.588] >>> {"id":0,"jsonrpc":"2.0","result":{"capabilities":{"codeActionProvider":{"codeActionKinds":["quickfix","refactor","info"]},"completionProvider":{"resolveProvider":false,"triggerCharacters":[".",">",":"]},"declarationProvider":true,"definitionProvider":true,"documentFormattingProvider":true,"documentHighlightProvider":true,"documentLinkProvider":{"resolveProvider":false},"documentOnTypeFormattingProvider":{"firstTriggerCharacter":"\n","moreTriggerCharacter":[]},"documentRangeFormattingProvider":true,"documentSymbolProvider":true,"executeCommandProvider":{"commands":["clangd.applyFix","clangd.applyTweak"]},"hoverProvider":true,"referencesProvider":true,"renameProvider":{"prepareProvider":true},"selectionRangeProvider":true,"semanticHighlighting":{"scopes":[["variable.other.cpp"],["variable.other.local.cpp"],["variable.parameter.cpp"],["entity.name.function.cpp"],["entity.name.function.method.cpp"],["entity.name.function.method.static.cpp"],["variable.other.field.cpp"],["variable.other.field.static.cpp"],["entity.name.type.class.cpp"],["entity.name.type.enum.cpp"],["variable.other.enummember.cpp"],["entity.name.type.typedef.cpp"],["entity.name.type.dependent.cpp"],["entity.name.other.dependent.cpp"],["entity.name.namespace.cpp"],["entity.name.type.template.cpp"],["storage.type.primitive.cpp"],["entity.name.function.preprocessor.cpp"],["meta.disabled"]]},"signatureHelpProvider":{"triggerCharacters":["(",","]},"textDocumentSync":2,"typeHierarchyProvider":true,"workspaceSymbolProvider":true}}}
V[20:11:33.663] <<< {"jsonrpc":"2.0","method":"initialized","params":{}}
I[20:11:33.663] <-- initialized
I[20:11:33.663] unhandled notification initialized
V[20:11:33.663] <<< {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"cpp","text":"/* GStreamer\r\n * Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>\r\n * 2000 Wim Taymans <wtay@chello.be>\r\n *\r\n * gst.h: Main header for GStreamer, apps should include this\r\n *\r\n * This library is free software; you can redistribute it and/or\r\n * modify it under the terms of the GNU Library General Public\r\n * License as published by the Free Software Foundation; either\r\n * version 2 of the License, or (at your option) any later version.\r\n *\r\n * This library is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Library General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU Library General Public\r\n * License along with this library; if not, write to the\r\n * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,\r\n * Boston, MA 02110-1301, USA.\r\n */\r\n\r\n\r\n#ifndef __GST_H__\r\n#define __GST_H__\r\n\r\n#include <glib.h>\r\n\r\n#include <gst/glib-compat.h>\r\n\r\n#include <gst/gstenumtypes.h>\r\n#include <gst/gstversion.h>\r\n\r\n#include <gst/gstatomicqueue.h>\r\n#include <gst/gstbin.h>\r\n#include <gst/gstbuffer.h>\r\n#include <gst/gstbufferlist.h>\r\n#include <gst/gstbufferpool.h>\r\n#include <gst/gstcaps.h>\r\n#include <gst/gstcapsfeatures.h>\r\n#include <gst/gstchildproxy.h>\r\n#include <gst/gstclock.h>\r\n#include <gst/gstcontrolsource.h>\r\n#include <gst/gstdatetime.h>\r\n#include <gst/gstdebugutils.h>\r\n#include <gst/gstdevice.h>\r\n#include <gst/gstdevicemonitor.h>\r\n#include <gst/gstdeviceprovider.h>\r\n#include <gst/gstdynamictypefactory.h>\r\n#include <gst/gstelement.h>\r\n#include <gst/gstelementmetadata.h>\r\n#include <gst/gsterror.h>\r\n#include <gst/gstevent.h>\r\n#include <gst/gstghostpad.h>\r\n#include <gst/gstinfo.h>\r\n#include <gst/gstiterator.h>\r\n#include <gst/gstmessage.h>\r\n#include <gst/gstmemory.h>\r\n#include <gst/gstmeta.h>\r\n#include <gst/gstminiobject.h>\r\n#include <gst/gstobject.h>\r\n#include <gst/gststreamcollection.h>\r\n#include <gst/gstpad.h>\r\n#include <gst/gstparamspecs.h>\r\n#include <gst/gstpipeline.h>\r\n#include <gst/gstplugin.h>\r\n#include <gst/gstpoll.h>\r\n#include <gst/gstpreset.h>\r\n#include <gst/gstprotection.h>\r\n#include <gst/gstquery.h>\r\n#include <gst/gstregistry.h>\r\n#include <gst/gstpromise.h>\r\n#include <gst/gstsample.h>\r\n#include <gst/gstsegment.h>\r\n#include <gst/gststreams.h>\r\n#include <gst/gststructure.h>\r\n#include <gst/gstsystemclock.h>\r\n#include <gst/gsttaglist.h>\r\n#include <gst/gsttagsetter.h>\r\n#include <gst/gsttask.h>\r\n#include <gst/gsttaskpool.h>\r\n#include <gst/gsttoc.h>\r\n#include <gst/gsttocsetter.h>\r\n#include <gst/gsttracer.h>\r\n#include <gst/gsttracerfactory.h>\r\n#include <gst/gsttracerrecord.h>\r\n#include <gst/gsttypefind.h>\r\n#include <gst/gsttypefindfactory.h>\r\n#include <gst/gsturi.h>\r\n#include <gst/gstutils.h>\r\n#include <gst/gstvalue.h>\r\n\r\n#include <gst/gstparse.h>\r\n\r\n/* API compatibility stuff */\r\n#include <gst/gstcompat.h>\r\n\r\nG_BEGIN_DECLS\r\n\r\nGST_API\r\nvoid\t\tgst_init\t\t\t(int *argc, char **argv[]);\r\n\r\nGST_API\r\ngboolean\tgst_init_check\t\t\t(int *argc, char **argv[],\r\n\t\t\t\t\t\t GError ** err);\r\nGST_API\r\ngboolean gst_is_initialized (void);\r\n\r\nGST_API\r\nGOptionGroup *\tgst_init_get_option_group\t(void);\r\n\r\nGST_API\r\nvoid\t\tgst_deinit\t\t\t(void);\r\n\r\nGST_API\r\nvoid\t\tgst_version\t\t\t(guint *major, guint *minor,\r\n\t\t\t\t\t\t guint *micro, guint *nano);\r\nGST_API\r\ngchar *\t\tgst_version_string\t\t(void);\r\n\r\nGST_API\r\ngboolean gst_segtrap_is_enabled (void);\r\n\r\nGST_API\r\nvoid gst_segtrap_set_enabled (gboolean enabled);\r\n\r\nGST_API\r\ngboolean gst_registry_fork_is_enabled (void);\r\n\r\nGST_API\r\nvoid gst_registry_fork_set_enabled (gboolean enabled);\r\n\r\nGST_API\r\ngboolean gst_update_registry (void);\r\n\r\nGST_API\r\nconst gchar * gst_get_main_executable_path (void);\r\n\r\nG_END_DECLS\r\n\r\n#endif /* __GST_H__ */\r\n","uri":"file:///c%3A/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h","version":1}}}
I[20:11:33.663] <-- textDocument/didOpen
I[20:11:33.667] Enqueueing 0 commands for indexing
I[20:11:33.667] --> textDocument/clangd.fileStatus
V[20:11:33.667] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"parsing includes","uri":"file:///c:/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}
I[20:11:33.667] Updating file c:\mp-dep\x64-debug\include\gstreamer-1.0\gst\gst.h with command
[c:\mp-dep\x64-debug\include]
C:\Program Files\LLVM\bin\clang-tool -IC:/mp-dep/x64-debug/include -IC:/mp-dep/x64-debug/include/glib-2.0 -IC:/mp-dep/x64-debug/lib/glib-2.0/include -IC:/mp-dep/x64-debug/include/gstreamer-1.0 -IC:/mp-dep/x64-debug/lib/gstreamer-1.0/include -IC:/mp-dep/x64-debug/include/libxml2 -IC:/mp-dep/x64-debug/include/QtCore -IC:/mp-dep/x64-debug/include/QtGui -IC:/mp-dep/x64-debug/include/QtWidgets c:\mp-dep\x64-debug\include\gstreamer-1.0\gst\gst.h -fsyntax-only -resource-dir=C:\Program Files\LLVM\lib\clang\10.0.0
V[20:11:33.752] Driver produced command: cc1 -cc1 -triple x86_64-pc-windows-msvc19.15.26730 -fsyntax-only -disable-free -disable-llvm-verifier -discard-value-names -main-file-name gst.h -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=none -fmath-errno -fno-rounding-math -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -dwarf-column-info -resource-dir C:\Program Files\LLVM\lib\clang\10.0.0 -I C:/mp-dep/x64-debug/include -I C:/mp-dep/x64-debug/include/glib-2.0 -I C:/mp-dep/x64-debug/lib/glib-2.0/include -I C:/mp-dep/x64-debug/include/gstreamer-1.0 -I C:/mp-dep/x64-debug/lib/gstreamer-1.0/include -I C:/mp-dep/x64-debug/include/libxml2 -I C:/mp-dep/x64-debug/include/QtCore -I C:/mp-dep/x64-debug/include/QtGui -I C:/mp-dep/x64-debug/include/QtWidgets -internal-isystem C:\Program Files\LLVM\lib\clang\10.0.0\include -internal-isystem C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include -internal-isystem C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\atlmfc\include -internal-isystem C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\ucrt -internal-isystem C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\shared -internal-isystem C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\um -internal-isystem C:\Program Files (x86)\Windows Kits\10\include\10.0.17134.0\winrt -fdebug-compilation-dir c:\mp-dep\x64-debug\include -ferror-limit 19 -fmessage-length 0 -fno-use-cxa-atexit -fms-extensions -fms-compatibility -fms-compatibility-version=19.15.26730 -fdelayed-template-parsing -fobjc-runtime=gcc -fdiagnostics-show-option -faddrsig -x c-header c:\mp-dep\x64-debug\include\gstreamer-1.0\gst\gst.h
V[20:11:33.753] Building first preamble for c:\mp-dep\x64-debug\include\gstreamer-1.0\gst\gst.h
V[20:11:33.785] index AST for c:\mp-dep\x64-debug\include\gstreamer-1.0\gst\gst.h (main=false):
symbol slab: 1 symbols, 4456 bytes
ref slab: 0 symbols, 0 refs, 136 bytes
relations slab: 0 relations, 24 bytes
V[20:11:33.797] Built preamble of size 214948 for file c:\mp-dep\x64-debug\include\gstreamer-1.0\gst\gst.h
V[20:11:33.818] Trying to fix unresolved name "G_BEGIN_DECLS" in scopes: []
V[20:11:33.819] Dex query tree: false
V[20:11:33.820] Trying to fix unresolved name "GST_API" in scopes: []
V[20:11:33.820] Dex query tree: false
V[20:11:33.820] Trying to fix unresolved name "GST_API" in scopes: []
V[20:11:33.821] Trying to fix unresolved name "GST_API" in scopes: []
V[20:11:33.821] Trying to fix unresolved name "GST_API" in scopes: []
V[20:11:33.821] Trying to fix unresolved name "GST_API" in scopes: []
V[20:11:33.822] Trying to fix unresolved name "guint" in scopes: []
V[20:11:33.822] Dex query tree: false
V[20:11:33.822] Trying to fix unresolved name "guint" in scopes: []
V[20:11:33.822] Trying to fix unresolved name "guint" in scopes: []
V[20:11:33.823] Trying to fix unresolved name "guint" in scopes: []
V[20:11:33.823] Trying to fix unresolved name "GST_API" in scopes: []
V[20:11:33.823] Trying to fix unresolved name "GST_API" in scopes: []
V[20:11:33.823] Trying to fix unresolved name "GST_API" in scopes: []
V[20:11:33.824] index AST for c:\mp-dep\x64-debug\include\gstreamer-1.0\gst\gst.h (main=true):
symbol slab: 9 symbols, 6312 bytes
ref slab: 10 symbols, 15 refs, 4472 bytes
relations slab: 0 relations, 24 bytes
I[20:11:33.825] --> textDocument/publishDiagnostics
V[20:11:33.826] >>> {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[{"code":"pp_file_not_found","message":"'glib.h' file not found","range":{"end":{"character":17,"line":26},"start":{"character":9,"line":26}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'G_BEGIN_DECLS'","range":{"end":{"character":13,"line":97},"start":{"character":0,"line":97}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"invalid_token_after_toplevel_declarator","message":"Expected ';' after top level declarator (fix available)","range":{"end":{"character":4,"line":100},"start":{"character":0,"line":100}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'GST_API'","range":{"end":{"character":7,"line":102},"start":{"character":0,"line":102}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"invalid_token_after_toplevel_declarator","message":"Expected ';' after top level declarator (fix available)","range":{"end":{"character":23,"line":103},"start":{"character":9,"line":103}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'GST_API'","range":{"end":{"character":7,"line":105},"start":{"character":0,"line":105}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"invalid_token_after_toplevel_declarator","message":"Expected ';' after top level declarator (fix available)","range":{"end":{"character":34,"line":106},"start":{"character":16,"line":106}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'GST_API'","range":{"end":{"character":7,"line":108},"start":{"character":0,"line":108}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"invalid_token_after_toplevel_declarator","message":"Expected ';' after top level declarator (fix available)","range":{"end":{"character":14,"line":109},"start":{"character":13,"line":109}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'GST_API'","range":{"end":{"character":7,"line":111},"start":{"character":0,"line":111}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'GST_API'","range":{"end":{"character":7,"line":114},"start":{"character":0,"line":114}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'guint'","range":{"end":{"character":26,"line":115},"start":{"character":21,"line":115}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'guint'","range":{"end":{"character":40,"line":115},"start":{"character":35,"line":115}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'guint'","range":{"end":{"character":12,"line":116},"start":{"character":7,"line":116}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'guint'","range":{"end":{"character":26,"line":116},"start":{"character":21,"line":116}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'GST_API'","range":{"end":{"character":7,"line":117},"start":{"character":0,"line":117}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"invalid_token_after_toplevel_declarator","message":"Expected ';' after top level declarator (fix available)","range":{"end":{"character":7,"line":118},"start":{"character":6,"line":118}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'GST_API'","range":{"end":{"character":7,"line":120},"start":{"character":0,"line":120}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"invalid_token_after_toplevel_declarator","message":"Expected ';' after top level declarator (fix available)","range":{"end":{"character":38,"line":121},"start":{"character":16,"line":121}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"unknown_typename","message":"Unknown type name 'GST_API'","range":{"end":{"character":7,"line":123},"start":{"character":0,"line":123}},"relatedInformation":[],"severity":1,"source":"clang"},{"code":"fatal_too_many_errors","message":"Too many errors emitted, stopping now","range":{"end":{"character":0,"line":0},"start":{"character":0,"line":0}},"relatedInformation":[],"severity":1,"source":"clang"}],"uri":"file:///c:/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}
I[20:11:33.826] --> textDocument/semanticHighlighting
V[20:11:33.826] >>> {"jsonrpc":"2.0","method":"textDocument/semanticHighlighting","params":{"lines":[{"isInactive":false,"line":23,"tokens":"AAAACAAJABE="},{"isInactive":false,"line":24,"tokens":"AAAACAAJABE="},{"isInactive":false,"line":99,"tokens":"AAAAAAAHAAA="},{"isInactive":false,"line":100,"tokens":"AAAABgAIAAMAAAAXAAQAAgAAACQABAAC"},{"isInactive":false,"line":103,"tokens":"AAAAAAAIAAA="},{"isInactive":false,"line":106,"tokens":"AAAAAAAIAAA="},{"isInactive":false,"line":109,"tokens":"AAAAAAAMAAA="},{"isInactive":false,"line":112,"tokens":"AAAABgAKAAM="},{"isInactive":false,"line":115,"tokens":"AAAABgALAAM="},{"isInactive":false,"line":118,"tokens":"AAAAAAAFAAA="},{"isInactive":false,"line":121,"tokens":"AAAAAAAIAAA="},{"isInactive":false,"line":124,"tokens":"AAAAEAAXAAM="},{"isInactive":false,"line":127,"tokens":"AAAAAAAIAAA="},{"isInactive":false,"line":130,"tokens":"AAAAEAAdAAM="},{"isInactive":false,"line":133,"tokens":"AAAAAAAIAAA="},{"isInactive":false,"line":136,"tokens":"AAAABgAFAAA="}],"textDocument":{"uri":"file:///c:/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}}
I[20:11:33.826] --> textDocument/clangd.fileStatus
V[20:11:33.826] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"idle","uri":"file:///c:/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}
V[20:11:33.941] <<< {"id":1,"jsonrpc":"2.0","method":"textDocument/documentSymbol","params":{"textDocument":{"uri":"file:///c%3A/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}}
I[20:11:33.941] <-- textDocument/documentSymbol(1)
V[20:11:33.941] <<< {"id":2,"jsonrpc":"2.0","method":"textDocument/codeAction","params":{"context":{"diagnostics":[]},"range":{"end":{"character":51,"line":14},"start":{"character":51,"line":14}},"textDocument":{"uri":"file:///c%3A/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}}
I[20:11:33.942] <-- textDocument/codeAction(2)
V[20:11:33.942] <<< {"id":3,"jsonrpc":"2.0","method":"textDocument/documentLink","params":{"textDocument":{"uri":"file:///c%3A/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}}
I[20:11:33.942] <-- textDocument/documentLink(3)
I[20:11:33.943] --> reply:textDocument/documentSymbol(1) 1 ms
V[20:11:33.943] >>> {"id":1,"jsonrpc":"2.0","result":[{"kind":13,"name":"GST_API","range":{"end":{"character":7,"line":99},"start":{"character":0,"line":99}},"selectionRange":{"end":{"character":7,"line":99},"start":{"character":0,"line":99}}},{"kind":12,"name":"gst_init","range":{"end":{"character":42,"line":100},"start":{"character":0,"line":100}},"selectionRange":{"end":{"character":14,"line":100},"start":{"character":6,"line":100}}},{"kind":13,"name":"gboolean","range":{"end":{"character":8,"line":103},"start":{"character":0,"line":103}},"selectionRange":{"end":{"character":8,"line":103},"start":{"character":0,"line":103}}},{"kind":13,"name":"gboolean","range":{"end":{"character":8,"line":106},"start":{"character":0,"line":106}},"selectionRange":{"end":{"character":8,"line":106},"start":{"character":0,"line":106}}},{"kind":13,"name":"GOptionGroup","range":{"end":{"character":12,"line":109},"start":{"character":0,"line":109}},"selectionRange":{"end":{"character":12,"line":109},"start":{"character":0,"line":109}}},{"kind":12,"name":"gst_deinit","range":{"end":{"character":24,"line":112},"start":{"character":0,"line":111}},"selectionRange":{"end":{"character":16,"line":112},"start":{"character":6,"line":112}}},{"kind":12,"name":"gst_version","range":{"end":{"character":32,"line":116},"start":{"character":0,"line":114}},"selectionRange":{"end":{"character":17,"line":115},"start":{"character":6,"line":115}}},{"kind":13,"name":"gchar","range":{"end":{"character":5,"line":118},"start":{"character":0,"line":118}},"selectionRange":{"end":{"character":5,"line":118},"start":{"character":0,"line":118}}},{"kind":13,"name":"gboolean","range":{"end":{"character":8,"line":121},"start":{"character":0,"line":121}},"selectionRange":{"end":{"character":8,"line":121},"start":{"character":0,"line":121}}},{"kind":12,"name":"gst_segtrap_set_enabled","range":{"end":{"character":65,"line":124},"start":{"character":0,"line":123}},"selectionRange":{"end":{"character":39,"line":124},"start":{"character":16,"line":124}}},{"kind":13,"name":"gboolean","range":{"end":{"character":8,"line":127},"start":{"character":0,"line":127}},"selectionRange":{"end":{"character":8,"line":127},"start":{"character":0,"line":127}}},{"kind":12,"name":"gst_registry_fork_set_enabled","range":{"end":{"character":65,"line":130},"start":{"character":0,"line":129}},"selectionRange":{"end":{"character":45,"line":130},"start":{"character":16,"line":130}}},{"kind":13,"name":"gboolean","range":{"end":{"character":8,"line":133},"start":{"character":0,"line":133}},"selectionRange":{"end":{"character":8,"line":133},"start":{"character":0,"line":133}}},{"kind":13,"name":"gchar","range":{"end":{"character":11,"line":136},"start":{"character":6,"line":136}},"selectionRange":{"end":{"character":11,"line":136},"start":{"character":6,"line":136}}}]}
I[20:11:33.943] --> reply:textDocument/codeAction(2) 1 ms
V[20:11:33.944] >>> {"id":2,"jsonrpc":"2.0","result":[]}
I[20:11:33.944] --> reply:textDocument/documentLink(3) 1 ms
V[20:11:33.944] >>> {"id":3,"jsonrpc":"2.0","result":[]}
I[20:11:33.944] --> textDocument/clangd.fileStatus
V[20:11:33.944] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"idle","uri":"file:///c:/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}
V[20:11:34.636] <<< {"id":4,"jsonrpc":"2.0","method":"textDocument/codeAction","params":{"context":{"diagnostics":[]},"range":{"end":{"character":51,"line":14},"start":{"character":51,"line":14}},"textDocument":{"uri":"file:///c%3A/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}}
I[20:11:34.636] <-- textDocument/codeAction(4)
I[20:11:34.636] --> reply:textDocument/codeAction(4) 0 ms
V[20:11:34.636] >>> {"id":4,"jsonrpc":"2.0","result":[]}
I[20:11:34.636] --> textDocument/clangd.fileStatus
V[20:11:34.636] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"idle","uri":"file:///c:/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}
V[20:11:35.020] <<< {"id":5,"jsonrpc":"2.0","method":"textDocument/codeAction","params":{"context":{"diagnostics":[]},"range":{"end":{"character":51,"line":14},"start":{"character":51,"line":14}},"textDocument":{"uri":"file:///c%3A/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}}
I[20:11:35.020] <-- textDocument/codeAction(5)
I[20:11:35.020] --> reply:textDocument/codeAction(5) 0 ms
V[20:11:35.020] >>> {"id":5,"jsonrpc":"2.0","result":[]}
I[20:11:35.020] --> textDocument/clangd.fileStatus
V[20:11:35.020] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"idle","uri":"file:///c:/mp-dep/x64-debug/include/gstreamer-1.0/gst/gst.h"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment