Skip to content

Instantly share code, notes, and snippets.

@kduske
Created November 28, 2020 21:35
Show Gist options
  • Save kduske/19f916ff9eeab2ab6b06b42dbed7d5c1 to your computer and use it in GitHub Desktop.
Save kduske/19f916ff9eeab2ab6b06b42dbed7d5c1 to your computer and use it in GitHub Desktop.
I[22:34:16.761] clangd version 11.0.0 (https://github.com/llvm/llvm-project 176249bd6732a8044d457092ed932768724a6f06)
I[22:34:16.762] PID: 25508
I[22:34:16.762] Working directory: /Users/kristian/Documents/Code/TrenchBroom
I[22:34:16.762] argv[0]: /Users/kristian/.bin/clangd_11.0.0/bin/clangd
I[22:34:16.762] argv[1]: --log=verbose
V[22:34:16.762] User config file is /Users/kristian/Library/Preferences/clangd/config.yaml
I[22:34:16.762] Starting LSP over stdin/stdout
V[22:34:16.762] <<< {"id":0,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"callHierarchy":{"dynamicRegistration":true},"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"],"insertReplaceSupport":true,"preselectSupport":true,"resolveAdditionalTextEditsSupport":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]},"tagSupport":{"valueSet":[1]}},"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":{"complexDiagnosticCodeSupport":true,"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},"semanticTokens":{"dynamicRegistration":true,"formats":["relative"],"requests":{"full":{"delta":true},"range":true},"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","member","macro","keyword","modifier","comment","string","number","regexp","operator"]},"signatureHelp":{"contextSupport":true,"dynamicRegistration":true,"signatureInformation":{"activeParameterSupport":true,"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]},"tagSupport":{"valueSet":[1]}},"workspaceEdit":{"documentChanges":true,"failureHandling":"textOnlyTransactional","resourceOperations":["create","rename","delete"]},"workspaceFolders":true}},"clientInfo":{"name":"vscode","version":"1.51.1"},"initializationOptions":{"clangdFileStatus":true,"fallbackFlags":[]},"processId":25473,"rootPath":"/Users/kristian/Documents/Code/TrenchBroom","rootUri":"file:///Users/kristian/Documents/Code/TrenchBroom","trace":"off","workspaceFolders":[{"name":"TrenchBroom","uri":"file:///Users/kristian/Documents/Code/TrenchBroom"}]}}
I[22:34:16.762] <-- initialize(0)
I[22:34:16.762] Client supports legacy semanticHighlights notification and standard semanticTokens request, choosing the latter (no notifications).
V[22:34:16.763] Invoking /usr/bin/xcrun to find clang installation
V[22:34:16.771] Invoking /usr/bin/xcrun to find clang installation
I[22:34:16.778] --> reply:initialize(0) 15 ms
V[22:34:16.778] >>> {"id":0,"jsonrpc":"2.0","result":{"capabilities":{"codeActionProvider":{"codeActionKinds":["quickfix","refactor","info"]},"completionProvider":{"allCommitCharacters":[" ","\t","(",")","[","]","{","}","<",">",":",";",",","+","-","/","*","%","^","&","#","?",".","=","\"","'","|"],"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,"semanticTokensProvider":{"full":{"delta":true},"legend":{"tokenModifiers":[],"tokenTypes":["variable","variable","parameter","function","member","function","member","variable","class","enum","enumConstant","type","dependent","dependent","namespace","typeParameter","concept","type","macro","comment"]},"range":false},"signatureHelpProvider":{"triggerCharacters":["(",","]},"textDocumentSync":{"change":2,"openClose":true,"save":true},"typeHierarchyProvider":true,"workspaceSymbolProvider":true},"serverInfo":{"name":"clangd","version":"clangd version 11.0.0 (https://github.com/llvm/llvm-project 176249bd6732a8044d457092ed932768724a6f06)"}}}
V[22:34:16.830] <<< {"jsonrpc":"2.0","method":"initialized","params":{}}
I[22:34:16.830] <-- initialized
V[22:34:16.830] <<< {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"cpp","text":"/*\n Copyright (C) 2010-2017 Kristian Duske\n\n This file is part of TrenchBroom.\n\n TrenchBroom is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n TrenchBroom is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with TrenchBroom. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef TrenchBroom_KeyboardPreferencePane\n#define TrenchBroom_KeyboardPreferencePane\n\n#include \"View/PreferencePane.h\"\n\nclass QWidget;\nclass QTableView;\nclass QSortFilterProxyModel;\n\nnamespace TrenchBroom {\n namespace View {\n class KeyboardShortcutModel;\n class MapDocument;\n\n class KeyboardPreferencePane : public PreferencePane {\n Q_OBJECT\n private:\n QTableView* m_table;\n KeyboardShortcutModel* m_model;\n QSortFilterProxyModel* m_proxy;\n public:\n explicit KeyboardPreferencePane(MapDocument* document, QWidget* parent = nullptr);\n private:\n bool doCanResetToDefaults() override;\n void doResetToDefaults() override;\n void doUpdateControls() override;\n bool doValidate() override;\n };\n }\n}\n\n#endif /* defined(TrenchBroom_KeyboardPreferencePane) */\n","uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h","version":1}}}
I[22:34:16.830] <-- textDocument/didOpen
I[22:34:16.834] Loaded compilation database from /Users/kristian/Documents/Code/TrenchBroom
I[22:34:16.837] Loaded compilation database from /Users/kristian/Documents/Code/TrenchBroom/build
I[22:34:16.839] --> window/workDoneProgress/create(0)
V[22:34:16.839] >>> {"id":0,"jsonrpc":"2.0","method":"window/workDoneProgress/create","params":{"token":"backgroundIndexProgress"}}
I[22:34:16.839] Enqueueing 615 commands for indexing
I[22:34:16.845] ASTWorker building file /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1 with command inferred from /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.cpp
[/Users/kristian/Documents/Code/TrenchBroom/build]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ --driver-mode=g++ -DFMT_LOCALE -DGLEW_STATIC -DGL_SILENCE_DEPRECATION -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -Icommon/common_autogen/include -I../common/src -Icommon -I../lib/kdl/include -I../lib/vecmath/include -I../lib/fmt/include -isystem ../lib/tinyxml2/include -isystem ../lib/glew/include -isystem ../lib/miniz/include -isystem ../lib/BinaryLibs/freeimage/include/win32 -isystem ../lib/freetype/include -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks -iframework /opt/local/libexec/qt5/lib -isystem /opt/local/libexec/qt5/lib/QtWidgets.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtCore.framework/Headers -isystem /opt/local/libexec/qt5/./mkspecs/macx-clang -isystem /opt/local/libexec/qt5/lib/QtSvg.framework/Headers -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -mmacosx-version-min=10.14 -Wall -Wextra -Wconversion -Wshadow-all -pedantic -Wno-global-constructors -Wno-exit-time-destructors -Wno-padded -Wno-format-nonliteral -Wno-used-but-marked-unused -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-c++98-compat-bind-to-temporary-copy -Wno-weak-vtables -Wno-weak-template-vtables -Wno-missing-braces -Wno-redundant-parens -Wno-pragma-system-header-outside-header -Wno-float-equal -fPIC -Winvalid-pch -Xclang -include-pch -Xclang /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx -c -x c++-header -std=gnu++17 /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h -fsyntax-only -resource-dir=/Users/kristian/.bin/clangd_11.0.0/lib/clang/11.0.0
V[22:34:16.846] Driver produced command: cc1 -cc1 -triple x86_64-apple-macosx10.14.0 -Wundef-prefix=TARGET_OS_ -Werror=undef-prefix -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -fsyntax-only -disable-free -disable-llvm-verifier -discard-value-names -main-file-name KeyboardPreferencePane.h -mrelocation-model pic -pic-level 2 -mframe-pointer=all -fno-rounding-math -munwind-tables -target-sdk-version=11.0 -fcompatibility-qualified-id-block-type-checking -target-cpu penryn -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 609 -resource-dir /Users/kristian/.bin/clangd_11.0.0/lib/clang/11.0.0 -isystem ../lib/tinyxml2/include -isystem ../lib/glew/include -isystem ../lib/miniz/include -isystem ../lib/BinaryLibs/freeimage/include/win32 -isystem ../lib/freetype/include -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks -iframework /opt/local/libexec/qt5/lib -isystem /opt/local/libexec/qt5/lib/QtWidgets.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtCore.framework/Headers -isystem /opt/local/libexec/qt5/./mkspecs/macx-clang -isystem /opt/local/libexec/qt5/lib/QtSvg.framework/Headers -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -D FMT_LOCALE -D GLEW_STATIC -D GL_SILENCE_DEPRECATION -D QT_CORE_LIB -D QT_GUI_LIB -D QT_SVG_LIB -D QT_WIDGETS_LIB -I common/common_autogen/include -I ../common/src -I common -I ../lib/kdl/include -I ../lib/vecmath/include -I ../lib/fmt/include -stdlib=libc++ -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include -internal-isystem /Users/kristian/.bin/clangd_11.0.0/lib/clang/11.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include -Wall -Wextra -Wconversion -Wshadow-all -Wno-global-constructors -Wno-exit-time-destructors -Wno-padded -Wno-format-nonliteral -Wno-used-but-marked-unused -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-c++98-compat-bind-to-temporary-copy -Wno-weak-vtables -Wno-weak-template-vtables -Wno-missing-braces -Wno-redundant-parens -Wno-pragma-system-header-outside-header -Wno-float-equal -Winvalid-pch -pedantic -std=gnu++17 -fdeprecated-macro -fdebug-compilation-dir /Users/kristian/Documents/Code/TrenchBroom/build -ferror-limit 19 -stack-protector 1 -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fcxx-exceptions -fexceptions -fmax-type-align=16 -include-pch /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx.pch -include /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx -x c++-header /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:16.846] --> textDocument/clangd.fileStatus
V[22:34:16.846] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"parsing includes,running Update (1)","uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}
V[22:34:16.846] Building first preamble for /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1
V[22:34:16.848] <<< {"id":0,"jsonrpc":"2.0","result":null}
I[22:34:16.848] <-- reply(0)
I[22:34:16.848] --> $/progress
V[22:34:16.848] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"begin","percentage":0,"title":"indexing"}}}
I[22:34:16.848] --> $/progress
V[22:34:16.848] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"report","message":"0/1","percentage":0}}}
V[22:34:16.867] <<< {"id":1,"jsonrpc":"2.0","method":"textDocument/codeAction","params":{"context":{"diagnostics":[]},"range":{"end":{"character":20,"line":29},"start":{"character":20,"line":29}},"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:16.867] <-- textDocument/codeAction(1)
V[22:34:16.868] <<< {"id":2,"jsonrpc":"2.0","method":"textDocument/documentLink","params":{"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:16.868] <-- textDocument/documentLink(2)
V[22:34:17.168] <<< {"id":3,"jsonrpc":"2.0","method":"textDocument/semanticTokens/full","params":{"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:17.168] <-- textDocument/semanticTokens/full(3)
V[22:34:17.221] BackgroundIndex: building version 1 after loading index from disk
V[22:34:17.834] BackgroundIndex: serving version 1 (85098091 bytes)
I[22:34:17.895] --> $/progress
V[22:34:17.895] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"report","message":"0/1","percentage":0}}}
I[22:34:17.895] --> $/progress
V[22:34:17.895] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"end"}}}
V[22:34:18.077] <<< {"jsonrpc":"2.0","method":"$/cancelRequest","params":{"id":1}}
I[22:34:18.077] <-- $/cancelRequest
V[22:34:18.077] <<< {"id":4,"jsonrpc":"2.0","method":"textDocument/codeAction","params":{"context":{"diagnostics":[]},"range":{"end":{"character":20,"line":29},"start":{"character":20,"line":29}},"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:18.077] <-- textDocument/codeAction(4)
V[22:34:18.174] indexed preamble AST for /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1:
symbol slab: 31577 symbols, 8038696 bytes
ref slab: 0 symbols, 0 refs, 136 bytes
relations slab: 765 relations, 17432 bytes
V[22:34:18.215] <<< {"id":5,"jsonrpc":"2.0","method":"textDocument/documentLink","params":{"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:18.215] <-- textDocument/documentLink(5)
V[22:34:18.427] Build dynamic index for header symbols with estimated memory usage of 15812229 bytes
V[22:34:18.436] Built preamble of size 14148112 for file /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1
V[22:34:18.459] indexed file AST for /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1:
symbol slab: 24 symbols, 9792 bytes
ref slab: 30 symbols, 37 refs, 5000 bytes
relations slab: 1 relations, 41 bytes
V[22:34:18.459] Build dynamic index for main-file symbols with estimated memory usage of 26409 bytes
I[22:34:18.459] --> textDocument/publishDiagnostics
V[22:34:18.459] >>> {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[],"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h","version":1}}
I[22:34:18.459] --> reply:textDocument/codeAction(1) 1591 ms, error: Task was cancelled.
V[22:34:18.459] >>> {"error":{"code":-32800,"message":"Request cancelled"},"id":1,"jsonrpc":"2.0"}
V[22:34:18.459] ASTWorker running DocumentLinks on version 1 of /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:18.459] --> reply:textDocument/documentLink(2) 1591 ms
V[22:34:18.459] >>> {"id":2,"jsonrpc":"2.0","result":[{"range":{"end":{"character":32,"line":22},"start":{"character":9,"line":22}},"target":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/PreferencePane.h"}]}
V[22:34:18.459] ASTWorker running SemanticHighlights on version 1 of /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:18.459] --> reply:textDocument/semanticTokens/full(3) 1291 ms
V[22:34:18.459] >>> {"id":3,"jsonrpc":"2.0","result":{"data":[19,8,34,18,0,1,8,34,18,0,4,6,7,8,0,1,6,10,8,0,1,6,21,8,0,2,10,11,14,0,1,14,4,14,0,1,14,21,8,0,1,14,11,8,0,2,14,22,8,0,0,32,14,8,0,1,12,8,18,0,2,12,10,8,0,0,12,7,6,0,1,12,21,8,0,0,23,7,6,0,1,12,21,8,0,0,23,7,6,0,2,21,22,8,0,0,23,11,8,0,0,13,8,2,0,0,10,7,8,0,0,9,6,2,0,2,17,20,4,0,1,17,17,4,0,1,17,16,4,0,1,17,10,4,0],"resultId":"1"}}
V[22:34:18.459] ASTWorker running EnumerateTweaks on version 1 of /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:18.459] --> reply:textDocument/codeAction(4) 382 ms
V[22:34:18.459] >>> {"id":4,"jsonrpc":"2.0","result":[]}
V[22:34:18.459] ASTWorker running DocumentLinks on version 1 of /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:18.459] --> reply:textDocument/documentLink(5) 244 ms
V[22:34:18.459] >>> {"id":5,"jsonrpc":"2.0","result":[{"range":{"end":{"character":32,"line":22},"start":{"character":9,"line":22}},"target":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/PreferencePane.h"}]}
I[22:34:18.459] --> textDocument/clangd.fileStatus
V[22:34:18.459] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"idle","uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}
V[22:34:18.716] <<< {"id":6,"jsonrpc":"2.0","method":"shutdown"}
I[22:34:18.716] <-- shutdown(6)
I[22:34:18.716] --> reply:shutdown(6) 0 ms
V[22:34:18.716] >>> {"id":6,"jsonrpc":"2.0","result":null}
I[22:34:18.729] clangd version 11.0.0 (https://github.com/llvm/llvm-project 176249bd6732a8044d457092ed932768724a6f06)
I[22:34:18.729] PID: 25620
I[22:34:18.729] Working directory: /Users/kristian/Documents/Code/TrenchBroom
I[22:34:18.729] argv[0]: /Users/kristian/.bin/clangd_11.0.0/bin/clangd
I[22:34:18.729] argv[1]: --log=verbose
V[22:34:18.729] User config file is /Users/kristian/Library/Preferences/clangd/config.yaml
I[22:34:18.729] Starting LSP over stdin/stdout
V[22:34:18.730] <<< {"id":0,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"callHierarchy":{"dynamicRegistration":true},"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"],"insertReplaceSupport":true,"preselectSupport":true,"resolveAdditionalTextEditsSupport":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]},"tagSupport":{"valueSet":[1]}},"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":{"complexDiagnosticCodeSupport":true,"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},"semanticTokens":{"dynamicRegistration":true,"formats":["relative"],"requests":{"full":{"delta":true},"range":true},"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","member","macro","keyword","modifier","comment","string","number","regexp","operator"]},"signatureHelp":{"contextSupport":true,"dynamicRegistration":true,"signatureInformation":{"activeParameterSupport":true,"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]},"tagSupport":{"valueSet":[1]}},"workspaceEdit":{"documentChanges":true,"failureHandling":"textOnlyTransactional","resourceOperations":["create","rename","delete"]},"workspaceFolders":true}},"clientInfo":{"name":"vscode","version":"1.51.1"},"initializationOptions":{"clangdFileStatus":true,"fallbackFlags":[]},"processId":25473,"rootPath":"/Users/kristian/Documents/Code/TrenchBroom","rootUri":"file:///Users/kristian/Documents/Code/TrenchBroom","trace":"off","workspaceFolders":[{"name":"TrenchBroom","uri":"file:///Users/kristian/Documents/Code/TrenchBroom"}]}}
I[22:34:18.730] <-- initialize(0)
I[22:34:18.730] Client supports legacy semanticHighlights notification and standard semanticTokens request, choosing the latter (no notifications).
V[22:34:18.730] <<< {"jsonrpc":"2.0","method":"exit"}
I[22:34:18.730] <-- exit
I[22:34:18.730] LSP finished, exiting with status 0
V[22:34:18.730] Invoking /usr/bin/xcrun to find clang installation
V[22:34:18.736] Invoking /usr/bin/xcrun to find clang installation
I[22:34:18.742] --> reply:initialize(0) 11 ms
V[22:34:18.742] >>> {"id":0,"jsonrpc":"2.0","result":{"capabilities":{"codeActionProvider":{"codeActionKinds":["quickfix","refactor","info"]},"completionProvider":{"allCommitCharacters":[" ","\t","(",")","[","]","{","}","<",">",":",";",",","+","-","/","*","%","^","&","#","?",".","=","\"","'","|"],"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,"semanticTokensProvider":{"full":{"delta":true},"legend":{"tokenModifiers":[],"tokenTypes":["variable","variable","parameter","function","member","function","member","variable","class","enum","enumConstant","type","dependent","dependent","namespace","typeParameter","concept","type","macro","comment"]},"range":false},"signatureHelpProvider":{"triggerCharacters":["(",","]},"textDocumentSync":{"change":2,"openClose":true,"save":true},"typeHierarchyProvider":true,"workspaceSymbolProvider":true},"serverInfo":{"name":"clangd","version":"clangd version 11.0.0 (https://github.com/llvm/llvm-project 176249bd6732a8044d457092ed932768724a6f06)"}}}
V[22:34:18.892] <<< {"jsonrpc":"2.0","method":"initialized","params":{}}
I[22:34:18.892] <-- initialized
V[22:34:18.892] <<< {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"cpp","text":"/*\n Copyright (C) 2010-2017 Kristian Duske\n\n This file is part of TrenchBroom.\n\n TrenchBroom is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n TrenchBroom is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with TrenchBroom. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef TrenchBroom_KeyboardPreferencePane\n#define TrenchBroom_KeyboardPreferencePane\n\n#include \"View/PreferencePane.h\"\n\nclass QWidget;\nclass QTableView;\nclass QSortFilterProxyModel;\n\nnamespace TrenchBroom {\n namespace View {\n class KeyboardShortcutModel;\n class MapDocument;\n\n class KeyboardPreferencePane : public PreferencePane {\n Q_OBJECT\n private:\n QTableView* m_table;\n KeyboardShortcutModel* m_model;\n QSortFilterProxyModel* m_proxy;\n public:\n explicit KeyboardPreferencePane(MapDocument* document, QWidget* parent = nullptr);\n private:\n bool doCanResetToDefaults() override;\n void doResetToDefaults() override;\n void doUpdateControls() override;\n bool doValidate() override;\n };\n }\n}\n\n#endif /* defined(TrenchBroom_KeyboardPreferencePane) */\n","uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h","version":1}}}
I[22:34:18.892] <-- textDocument/didOpen
I[22:34:18.896] Loaded compilation database from /Users/kristian/Documents/Code/TrenchBroom
V[22:34:18.900] <<< {"id":1,"jsonrpc":"2.0","method":"textDocument/codeAction","params":{"context":{"diagnostics":[]},"range":{"end":{"character":20,"line":29},"start":{"character":20,"line":29}},"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:18.900] <-- textDocument/codeAction(1)
V[22:34:18.900] <<< {"id":2,"jsonrpc":"2.0","method":"textDocument/documentLink","params":{"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:18.900] <-- textDocument/documentLink(2)
I[22:34:18.900] Loaded compilation database from /Users/kristian/Documents/Code/TrenchBroom/build
I[22:34:18.901] --> window/workDoneProgress/create(0)
V[22:34:18.901] >>> {"id":0,"jsonrpc":"2.0","method":"window/workDoneProgress/create","params":{"token":"backgroundIndexProgress"}}
I[22:34:18.901] Enqueueing 615 commands for indexing
V[22:34:18.902] <<< {"id":0,"jsonrpc":"2.0","result":null}
I[22:34:18.902] <-- reply(0)
I[22:34:18.902] --> $/progress
V[22:34:18.902] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"begin","percentage":0,"title":"indexing"}}}
I[22:34:18.902] --> $/progress
V[22:34:18.902] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"report","message":"0/1","percentage":0}}}
I[22:34:18.906] ASTWorker building file /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1 with command inferred from /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.cpp
[/Users/kristian/Documents/Code/TrenchBroom/build]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ --driver-mode=g++ -DFMT_LOCALE -DGLEW_STATIC -DGL_SILENCE_DEPRECATION -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -Icommon/common_autogen/include -I../common/src -Icommon -I../lib/kdl/include -I../lib/vecmath/include -I../lib/fmt/include -isystem ../lib/tinyxml2/include -isystem ../lib/glew/include -isystem ../lib/miniz/include -isystem ../lib/BinaryLibs/freeimage/include/win32 -isystem ../lib/freetype/include -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks -iframework /opt/local/libexec/qt5/lib -isystem /opt/local/libexec/qt5/lib/QtWidgets.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtCore.framework/Headers -isystem /opt/local/libexec/qt5/./mkspecs/macx-clang -isystem /opt/local/libexec/qt5/lib/QtSvg.framework/Headers -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -mmacosx-version-min=10.14 -Wall -Wextra -Wconversion -Wshadow-all -pedantic -Wno-global-constructors -Wno-exit-time-destructors -Wno-padded -Wno-format-nonliteral -Wno-used-but-marked-unused -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-c++98-compat-bind-to-temporary-copy -Wno-weak-vtables -Wno-weak-template-vtables -Wno-missing-braces -Wno-redundant-parens -Wno-pragma-system-header-outside-header -Wno-float-equal -fPIC -Winvalid-pch -Xclang -include-pch -Xclang /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx -c -x c++-header -std=gnu++17 /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h -fsyntax-only -resource-dir=/Users/kristian/.bin/clangd_11.0.0/lib/clang/11.0.0
V[22:34:18.907] Driver produced command: cc1 -cc1 -triple x86_64-apple-macosx10.14.0 -Wundef-prefix=TARGET_OS_ -Werror=undef-prefix -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -fsyntax-only -disable-free -disable-llvm-verifier -discard-value-names -main-file-name KeyboardPreferencePane.h -mrelocation-model pic -pic-level 2 -mframe-pointer=all -fno-rounding-math -munwind-tables -target-sdk-version=11.0 -fcompatibility-qualified-id-block-type-checking -target-cpu penryn -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 609 -resource-dir /Users/kristian/.bin/clangd_11.0.0/lib/clang/11.0.0 -isystem ../lib/tinyxml2/include -isystem ../lib/glew/include -isystem ../lib/miniz/include -isystem ../lib/BinaryLibs/freeimage/include/win32 -isystem ../lib/freetype/include -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks -iframework /opt/local/libexec/qt5/lib -isystem /opt/local/libexec/qt5/lib/QtWidgets.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtCore.framework/Headers -isystem /opt/local/libexec/qt5/./mkspecs/macx-clang -isystem /opt/local/libexec/qt5/lib/QtSvg.framework/Headers -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -D FMT_LOCALE -D GLEW_STATIC -D GL_SILENCE_DEPRECATION -D QT_CORE_LIB -D QT_GUI_LIB -D QT_SVG_LIB -D QT_WIDGETS_LIB -I common/common_autogen/include -I ../common/src -I common -I ../lib/kdl/include -I ../lib/vecmath/include -I ../lib/fmt/include -stdlib=libc++ -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include -internal-isystem /Users/kristian/.bin/clangd_11.0.0/lib/clang/11.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include -Wall -Wextra -Wconversion -Wshadow-all -Wno-global-constructors -Wno-exit-time-destructors -Wno-padded -Wno-format-nonliteral -Wno-used-but-marked-unused -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-c++98-compat-bind-to-temporary-copy -Wno-weak-vtables -Wno-weak-template-vtables -Wno-missing-braces -Wno-redundant-parens -Wno-pragma-system-header-outside-header -Wno-float-equal -Winvalid-pch -pedantic -std=gnu++17 -fdeprecated-macro -fdebug-compilation-dir /Users/kristian/Documents/Code/TrenchBroom/build -ferror-limit 19 -stack-protector 1 -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fcxx-exceptions -fexceptions -fmax-type-align=16 -include-pch /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx.pch -include /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx -x c++-header /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:18.907] --> textDocument/clangd.fileStatus
V[22:34:18.907] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"parsing includes,running Update (1)","uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}
V[22:34:18.907] Building first preamble for /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1
V[22:34:19.204] <<< {"id":3,"jsonrpc":"2.0","method":"textDocument/semanticTokens/full","params":{"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:19.204] <-- textDocument/semanticTokens/full(3)
V[22:34:19.241] BackgroundIndex: building version 1 after loading index from disk
V[22:34:19.373] <<< {"id":4,"jsonrpc":"2.0","method":"shutdown"}
I[22:34:19.373] <-- shutdown(4)
I[22:34:19.373] --> reply:shutdown(4) 0 ms
V[22:34:19.373] >>> {"id":4,"jsonrpc":"2.0","result":null}
[Error - 10:34:19 PM] Request textDocument/codeAction failed.
Error: Connection got disposed.
at Object.dispose (/Users/kristian/.vscode/extensions/llvm-vs-code-extensions.vscode-clangd-0.1.8/node_modules/vscode-jsonrpc/lib/common/connection.js:1009:27)
at Object.dispose (/Users/kristian/.vscode/extensions/llvm-vs-code-extensions.vscode-clangd-0.1.8/node_modules/vscode-languageclient/lib/common/client.js:71:35)
at /Users/kristian/.vscode/extensions/llvm-vs-code-extensions.vscode-clangd-0.1.8/node_modules/vscode-languageclient/lib/common/client.js:2211:28
[Error - 10:34:19 PM] Request textDocument/documentLink failed.
Error: Connection got disposed.
at Object.dispose (/Users/kristian/.vscode/extensions/llvm-vs-code-extensions.vscode-clangd-0.1.8/node_modules/vscode-jsonrpc/lib/common/connection.js:1009:27)
at Object.dispose (/Users/kristian/.vscode/extensions/llvm-vs-code-extensions.vscode-clangd-0.1.8/node_modules/vscode-languageclient/lib/common/client.js:71:35)
at /Users/kristian/.vscode/extensions/llvm-vs-code-extensions.vscode-clangd-0.1.8/node_modules/vscode-languageclient/lib/common/client.js:2211:28
[Error - 10:34:19 PM] Request textDocument/semanticTokens/full failed.
Error: Connection got disposed.
at Object.dispose (/Users/kristian/.vscode/extensions/llvm-vs-code-extensions.vscode-clangd-0.1.8/node_modules/vscode-jsonrpc/lib/common/connection.js:1009:27)
at Object.dispose (/Users/kristian/.vscode/extensions/llvm-vs-code-extensions.vscode-clangd-0.1.8/node_modules/vscode-languageclient/lib/common/client.js:71:35)
at /Users/kristian/.vscode/extensions/llvm-vs-code-extensions.vscode-clangd-0.1.8/node_modules/vscode-languageclient/lib/common/client.js:2211:28
V[22:34:19.394] <<< {"jsonrpc":"2.0","method":"$/cancelRequest","params":{"id":1}}
I[22:34:19.394] <-- $/cancelRequest
V[22:34:19.394] <<< {"jsonrpc":"2.0","method":"$/cancelRequest","params":{"id":2}}
I[22:34:19.394] <-- $/cancelRequest
I[22:34:19.395] clangd version 11.0.0 (https://github.com/llvm/llvm-project 176249bd6732a8044d457092ed932768724a6f06)
I[22:34:19.396] PID: 25625
I[22:34:19.396] Working directory: /Users/kristian/Documents/Code/TrenchBroom
I[22:34:19.396] argv[0]: /Users/kristian/.bin/clangd_11.0.0/bin/clangd
I[22:34:19.396] argv[1]: --log=verbose
V[22:34:19.396] User config file is /Users/kristian/Library/Preferences/clangd/config.yaml
I[22:34:19.396] Starting LSP over stdin/stdout
V[22:34:19.396] <<< {"id":0,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"callHierarchy":{"dynamicRegistration":true},"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"],"insertReplaceSupport":true,"preselectSupport":true,"resolveAdditionalTextEditsSupport":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]},"tagSupport":{"valueSet":[1]}},"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":{"complexDiagnosticCodeSupport":true,"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},"semanticTokens":{"dynamicRegistration":true,"formats":["relative"],"requests":{"full":{"delta":true},"range":true},"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","member","macro","keyword","modifier","comment","string","number","regexp","operator"]},"signatureHelp":{"contextSupport":true,"dynamicRegistration":true,"signatureInformation":{"activeParameterSupport":true,"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]},"tagSupport":{"valueSet":[1]}},"workspaceEdit":{"documentChanges":true,"failureHandling":"textOnlyTransactional","resourceOperations":["create","rename","delete"]},"workspaceFolders":true}},"clientInfo":{"name":"vscode","version":"1.51.1"},"initializationOptions":{"clangdFileStatus":true,"fallbackFlags":[]},"processId":25473,"rootPath":"/Users/kristian/Documents/Code/TrenchBroom","rootUri":"file:///Users/kristian/Documents/Code/TrenchBroom","trace":"off","workspaceFolders":[{"name":"TrenchBroom","uri":"file:///Users/kristian/Documents/Code/TrenchBroom"}]}}
I[22:34:19.396] <-- initialize(0)
I[22:34:19.396] Client supports legacy semanticHighlights notification and standard semanticTokens request, choosing the latter (no notifications).
V[22:34:19.396] Invoking /usr/bin/xcrun to find clang installation
V[22:34:19.397] <<< {"jsonrpc":"2.0","method":"exit"}
I[22:34:19.397] <-- exit
I[22:34:19.397] LSP finished, exiting with status 0
I[22:34:19.397] --> reply:textDocument/codeAction(1) 497 ms, error: Task was cancelled.
V[22:34:19.397] >>> {"error":{"code":-32800,"message":"Request cancelled"},"id":1,"jsonrpc":"2.0"}
I[22:34:19.397] --> reply:textDocument/documentLink(2) 497 ms, error: Task was cancelled.
V[22:34:19.397] >>> {"error":{"code":-32800,"message":"Request cancelled"},"id":2,"jsonrpc":"2.0"}
V[22:34:19.398] ASTWorker rebuilding evicted AST to run SemanticHighlights: /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1
V[22:34:19.402] Invoking /usr/bin/xcrun to find clang installation
I[22:34:19.408] --> reply:initialize(0) 11 ms
V[22:34:19.408] >>> {"id":0,"jsonrpc":"2.0","result":{"capabilities":{"codeActionProvider":{"codeActionKinds":["quickfix","refactor","info"]},"completionProvider":{"allCommitCharacters":[" ","\t","(",")","[","]","{","}","<",">",":",";",",","+","-","/","*","%","^","&","#","?",".","=","\"","'","|"],"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,"semanticTokensProvider":{"full":{"delta":true},"legend":{"tokenModifiers":[],"tokenTypes":["variable","variable","parameter","function","member","function","member","variable","class","enum","enumConstant","type","dependent","dependent","namespace","typeParameter","concept","type","macro","comment"]},"range":false},"signatureHelpProvider":{"triggerCharacters":["(",","]},"textDocumentSync":{"change":2,"openClose":true,"save":true},"typeHierarchyProvider":true,"workspaceSymbolProvider":true},"serverInfo":{"name":"clangd","version":"clangd version 11.0.0 (https://github.com/llvm/llvm-project 176249bd6732a8044d457092ed932768724a6f06)"}}}
V[22:34:19.410] <<< {"jsonrpc":"2.0","method":"initialized","params":{}}
I[22:34:19.410] <-- initialized
V[22:34:19.410] <<< {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"cpp","text":"/*\n Copyright (C) 2010-2017 Kristian Duske\n\n This file is part of TrenchBroom.\n\n TrenchBroom is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n TrenchBroom is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with TrenchBroom. If not, see <http://www.gnu.org/licenses/>.\n */\n\n#ifndef TrenchBroom_KeyboardPreferencePane\n#define TrenchBroom_KeyboardPreferencePane\n\n#include \"View/PreferencePane.h\"\n\nclass QWidget;\nclass QTableView;\nclass QSortFilterProxyModel;\n\nnamespace TrenchBroom {\n namespace View {\n class KeyboardShortcutModel;\n class MapDocument;\n\n class KeyboardPreferencePane : public PreferencePane {\n Q_OBJECT\n private:\n QTableView* m_table;\n KeyboardShortcutModel* m_model;\n QSortFilterProxyModel* m_proxy;\n public:\n explicit KeyboardPreferencePane(MapDocument* document, QWidget* parent = nullptr);\n private:\n bool doCanResetToDefaults() override;\n void doResetToDefaults() override;\n void doUpdateControls() override;\n bool doValidate() override;\n };\n }\n}\n\n#endif /* defined(TrenchBroom_KeyboardPreferencePane) */\n","uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h","version":1}}}
I[22:34:19.410] <-- textDocument/didOpen
V[22:34:19.413] <<< {"id":1,"jsonrpc":"2.0","method":"textDocument/codeAction","params":{"context":{"diagnostics":[]},"range":{"end":{"character":20,"line":29},"start":{"character":20,"line":29}},"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:19.413] <-- textDocument/codeAction(1)
V[22:34:19.413] <<< {"id":2,"jsonrpc":"2.0","method":"textDocument/documentLink","params":{"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:19.413] <-- textDocument/documentLink(2)
I[22:34:19.415] Loaded compilation database from /Users/kristian/Documents/Code/TrenchBroom
I[22:34:19.419] Loaded compilation database from /Users/kristian/Documents/Code/TrenchBroom/build
I[22:34:19.420] --> window/workDoneProgress/create(0)
V[22:34:19.420] >>> {"id":0,"jsonrpc":"2.0","method":"window/workDoneProgress/create","params":{"token":"backgroundIndexProgress"}}
I[22:34:19.420] Enqueueing 615 commands for indexing
V[22:34:19.420] <<< {"id":0,"jsonrpc":"2.0","result":null}
I[22:34:19.420] <-- reply(0)
I[22:34:19.420] --> $/progress
V[22:34:19.420] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"begin","percentage":0,"title":"indexing"}}}
I[22:34:19.420] --> $/progress
V[22:34:19.420] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"report","message":"0/1","percentage":0}}}
I[22:34:19.425] ASTWorker building file /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1 with command inferred from /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.cpp
[/Users/kristian/Documents/Code/TrenchBroom/build]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ --driver-mode=g++ -DFMT_LOCALE -DGLEW_STATIC -DGL_SILENCE_DEPRECATION -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -Icommon/common_autogen/include -I../common/src -Icommon -I../lib/kdl/include -I../lib/vecmath/include -I../lib/fmt/include -isystem ../lib/tinyxml2/include -isystem ../lib/glew/include -isystem ../lib/miniz/include -isystem ../lib/BinaryLibs/freeimage/include/win32 -isystem ../lib/freetype/include -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks -iframework /opt/local/libexec/qt5/lib -isystem /opt/local/libexec/qt5/lib/QtWidgets.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtCore.framework/Headers -isystem /opt/local/libexec/qt5/./mkspecs/macx-clang -isystem /opt/local/libexec/qt5/lib/QtSvg.framework/Headers -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -mmacosx-version-min=10.14 -Wall -Wextra -Wconversion -Wshadow-all -pedantic -Wno-global-constructors -Wno-exit-time-destructors -Wno-padded -Wno-format-nonliteral -Wno-used-but-marked-unused -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-c++98-compat-bind-to-temporary-copy -Wno-weak-vtables -Wno-weak-template-vtables -Wno-missing-braces -Wno-redundant-parens -Wno-pragma-system-header-outside-header -Wno-float-equal -fPIC -Winvalid-pch -Xclang -include-pch -Xclang /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx -c -x c++-header -std=gnu++17 /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h -fsyntax-only -resource-dir=/Users/kristian/.bin/clangd_11.0.0/lib/clang/11.0.0
V[22:34:19.427] Driver produced command: cc1 -cc1 -triple x86_64-apple-macosx10.14.0 -Wundef-prefix=TARGET_OS_ -Werror=undef-prefix -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -fsyntax-only -disable-free -disable-llvm-verifier -discard-value-names -main-file-name KeyboardPreferencePane.h -mrelocation-model pic -pic-level 2 -mframe-pointer=all -fno-rounding-math -munwind-tables -target-sdk-version=11.0 -fcompatibility-qualified-id-block-type-checking -target-cpu penryn -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 609 -resource-dir /Users/kristian/.bin/clangd_11.0.0/lib/clang/11.0.0 -isystem ../lib/tinyxml2/include -isystem ../lib/glew/include -isystem ../lib/miniz/include -isystem ../lib/BinaryLibs/freeimage/include/win32 -isystem ../lib/freetype/include -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks -iframework /opt/local/libexec/qt5/lib -isystem /opt/local/libexec/qt5/lib/QtWidgets.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtGui.framework/Headers -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -isystem /opt/local/libexec/qt5/lib/QtCore.framework/Headers -isystem /opt/local/libexec/qt5/./mkspecs/macx-clang -isystem /opt/local/libexec/qt5/lib/QtSvg.framework/Headers -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -D FMT_LOCALE -D GLEW_STATIC -D GL_SILENCE_DEPRECATION -D QT_CORE_LIB -D QT_GUI_LIB -D QT_SVG_LIB -D QT_WIDGETS_LIB -I common/common_autogen/include -I ../common/src -I common -I ../lib/kdl/include -I ../lib/vecmath/include -I ../lib/fmt/include -stdlib=libc++ -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include -internal-isystem /Users/kristian/.bin/clangd_11.0.0/lib/clang/11.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include -Wall -Wextra -Wconversion -Wshadow-all -Wno-global-constructors -Wno-exit-time-destructors -Wno-padded -Wno-format-nonliteral -Wno-used-but-marked-unused -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-c++98-compat-bind-to-temporary-copy -Wno-weak-vtables -Wno-weak-template-vtables -Wno-missing-braces -Wno-redundant-parens -Wno-pragma-system-header-outside-header -Wno-float-equal -Winvalid-pch -pedantic -std=gnu++17 -fdeprecated-macro -fdebug-compilation-dir /Users/kristian/Documents/Code/TrenchBroom/build -ferror-limit 19 -stack-protector 1 -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fcxx-exceptions -fexceptions -fmax-type-align=16 -include-pch /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx.pch -include /Users/kristian/Documents/Code/TrenchBroom/build/common/CMakeFiles/common.dir/cmake_pch.hxx -x c++-header /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:19.427] --> textDocument/clangd.fileStatus
V[22:34:19.427] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"parsing includes,running Update (1)","uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}
V[22:34:19.427] Building first preamble for /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1
V[22:34:19.715] <<< {"id":3,"jsonrpc":"2.0","method":"textDocument/semanticTokens/full","params":{"textDocument":{"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}}
I[22:34:19.715] <-- textDocument/semanticTokens/full(3)
V[22:34:19.806] BackgroundIndex: building version 1 after loading index from disk
V[22:34:19.819] BackgroundIndex: serving version 1 (85098091 bytes)
I[22:34:19.882] --> $/progress
V[22:34:19.882] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"report","message":"0/1","percentage":0}}}
I[22:34:19.882] --> $/progress
V[22:34:19.882] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"end"}}}
V[22:34:20.132] indexed preamble AST for /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1:
symbol slab: 31577 symbols, 8038696 bytes
ref slab: 0 symbols, 0 refs, 136 bytes
relations slab: 765 relations, 17432 bytes
V[22:34:20.368] BackgroundIndex: serving version 1 (85098091 bytes)
V[22:34:20.382] Build dynamic index for header symbols with estimated memory usage of 15811749 bytes
V[22:34:20.392] Built preamble of size 14148112 for file /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1
I[22:34:20.417] --> $/progress
V[22:34:20.417] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"report","message":"0/1","percentage":0}}}
I[22:34:20.417] --> $/progress
V[22:34:20.417] >>> {"jsonrpc":"2.0","method":"$/progress","params":{"token":"backgroundIndexProgress","value":{"kind":"end"}}}
V[22:34:20.571] ASTWorker running SemanticHighlights on version 1 of /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:20.571] --> reply:textDocument/semanticTokens/full(3) 1367 ms
V[22:34:20.571] >>> {"id":3,"jsonrpc":"2.0","result":{"data":[19,8,34,18,0,1,8,34,18,0,4,6,7,8,0,1,6,10,8,0,1,6,21,8,0,2,10,11,14,0,1,14,4,14,0,1,14,21,8,0,1,14,11,8,0,2,14,22,8,0,0,32,14,8,0,1,12,8,18,0,2,12,10,8,0,0,12,7,6,0,1,12,21,8,0,0,23,7,6,0,1,12,21,8,0,0,23,7,6,0,2,21,22,8,0,0,23,11,8,0,0,13,8,2,0,0,10,7,8,0,0,9,6,2,0,2,17,20,4,0,1,17,17,4,0,1,17,16,4,0,1,17,10,4,0],"resultId":"1"}}
V[22:34:20.655] indexed preamble AST for /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1:
symbol slab: 31577 symbols, 8038696 bytes
ref slab: 0 symbols, 0 refs, 136 bytes
relations slab: 765 relations, 17432 bytes
V[22:34:20.894] Build dynamic index for header symbols with estimated memory usage of 15811685 bytes
V[22:34:20.902] Built preamble of size 14148112 for file /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1
V[22:34:20.923] indexed file AST for /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h version 1:
symbol slab: 24 symbols, 9792 bytes
ref slab: 30 symbols, 37 refs, 5000 bytes
relations slab: 1 relations, 41 bytes
V[22:34:20.923] Build dynamic index for main-file symbols with estimated memory usage of 26409 bytes
I[22:34:20.923] --> textDocument/publishDiagnostics
V[22:34:20.923] >>> {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[],"uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h","version":1}}
V[22:34:20.923] ASTWorker running EnumerateTweaks on version 1 of /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:20.923] --> reply:textDocument/codeAction(1) 1510 ms
V[22:34:20.923] >>> {"id":1,"jsonrpc":"2.0","result":[]}
V[22:34:20.923] ASTWorker running DocumentLinks on version 1 of /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:20.923] --> reply:textDocument/documentLink(2) 1510 ms
V[22:34:20.923] >>> {"id":2,"jsonrpc":"2.0","result":[{"range":{"end":{"character":32,"line":22},"start":{"character":9,"line":22}},"target":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/PreferencePane.h"}]}
V[22:34:20.923] ASTWorker running SemanticHighlights on version 1 of /Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h
I[22:34:20.924] --> reply:textDocument/semanticTokens/full(3) 1208 ms
V[22:34:20.924] >>> {"id":3,"jsonrpc":"2.0","result":{"data":[19,8,34,18,0,1,8,34,18,0,4,6,7,8,0,1,6,10,8,0,1,6,21,8,0,2,10,11,14,0,1,14,4,14,0,1,14,21,8,0,1,14,11,8,0,2,14,22,8,0,0,32,14,8,0,1,12,8,18,0,2,12,10,8,0,0,12,7,6,0,1,12,21,8,0,0,23,7,6,0,1,12,21,8,0,0,23,7,6,0,2,21,22,8,0,0,23,11,8,0,0,13,8,2,0,0,10,7,8,0,0,9,6,2,0,2,17,20,4,0,1,17,17,4,0,1,17,16,4,0,1,17,10,4,0],"resultId":"1"}}
I[22:34:20.924] --> textDocument/clangd.fileStatus
V[22:34:20.924] >>> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"state":"idle","uri":"file:///Users/kristian/Documents/Code/TrenchBroom/common/src/View/KeyboardPreferencePane.h"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment