<<< [2023-10-11 10:25:57.776] Content-Length: 3199 {"traceparent":"00-fab22bc613d79e438cfed37979bcb8fe-4f23b5d7868bd04e-01","jsonrpc":"2.0","id":2,"method":"initialize","params":{"processId":25612,"rootPath":"C:\\lib\\Qt\\Examples\\Qt-6.5.1\\quick\\views","rootUri":"file:///C:/lib/Qt/Examples/Qt-6.5.1/quick/views","capabilities":{"_vs_supportsVisualStudioExtensions":true,"_vs_supportedSnippetVersion":1,"_vs_supportsIconExtensions":true,"_vs_supportsDiagnosticRequests":true,"workspace":{"applyEdit":true,"workspaceEdit":{"documentChanges":true,"resourceOperations":[]},"didChangeConfiguration":{},"didChangeWatchedFiles":{},"symbol":{},"executeCommand":{"_vs_supportedCommands":["_ms_setClipboard","_ms_openUrl"]},"semanticTokens":{"refreshSupport":true}},"textDocument":{"_vs_onAutoInsert":{},"synchronization":{"didSave":true},"completion":{"_vs_completionList":{"_vs_data":true,"_vs_commitCharacters":true},"completionItem":{},"completionItemKind":{"valueSet":[0,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,118115,118116,118117,118118,118119,118120,118121,118122,118123,118124,118125,118126]},"completionList":{"itemDefaults":["commitCharacters","editRange","insertTextFormat"]}},"hover":{"contentFormat":["plaintext"]},"signatureHelp":{"signatureInformation":{"documentationFormat":["plaintext"],"parameterInformation":{"labelOffsetSupport":true}},"contextSupport":true},"definition":{},"typeDefinition":{},"implementation":{},"references":{},"documentHighlight":{},"documentSymbol":{},"codeAction":{"codeActionLiteralSupport":{"_vs_codeActionGroup":{"_vs_valueSet":["quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]},"codeActionKind":{"valueSet":["quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}},"resolveSupport":{"properties":["additionalTextEdits","command","commitCharacters","description","detail","documentation","insertText","insertTextFormat","label"]},"dataSupport":true},"codeLens":{},"documentLink":{},"formatting":{},"rangeFormatting":{},"onTypeFormatting":{},"rename":{},"publishDiagnostics":{"tagSupport":{"valueSet":[1,2,-1,-2]}},"foldingRange":{"_vs_refreshSupport":true,"foldingRange":{"collapsedText":true}},"linkedEditingRange":{},"semanticTokens":{"requests":{"range":true,"full":{"range":true}},"tokenTypes":["namespace","type","class","enum","interface","struct","typeParameter","parameter","variable","property","enumMember","event","function","method","macro","keyword","modifier","comment","string","number","regexp","operator","cppMacro","cppEnumerator","cppGlobalVariable","cppLocalVariable","cppParameter","cppType","cppRefType","cppValueType","cppFunction","cppMemberFunction","cppMemberField","cppStaticMemberFunction","cppStaticMemberField","cppProperty","cppEvent","cppClassTemplate","cppGenericType","cppFunctionTemplate","cppNamespace","cppLabel","cppUserDefinedLiteralRaw","cppUserDefinedLiteralNumber","cppUserDefinedLiteralString","cppOperator","cppMemberOperator","cppNewDelete"],"tokenModifiers":["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"],"formats":["relative"]}}}}} === >>> [2023-10-11 10:25:57.782] Content-Length: 251 {"id":2,"jsonrpc":"2.0","result":{"capabilities":{"codeActionProvider":true,"completionProvider":{"resolveProvider":false,"triggerCharacters":["."]},"experimental":{"addBuildDirs":{"supported":true}},"textDocumentSync":{"change":2,"openClose":true}}}} === <<< [2023-10-11 10:25:58.262] Content-Length: 124 {"traceparent":"00-5b2ba350b2a54a41befc782bd9b3236d-01f48d594cbb384f-01","jsonrpc":"2.0","method":"initialized","params":{}} === <<< [2023-10-11 10:26:02.819] Content-Length: 2208 {"traceparent":"00-8b8249ce306fb048814c938fbc4ef14d-b2606dc0a8fc4a44-01","jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///C:/lib/Qt/Examples/Qt-6.5.1/quick/views/views.qml","languageId":"qml","version":2,"text":"// Copyright (C) 2017 The Qt Company Ltd.\r\n// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause\r\n\r\nimport QtQuick\r\nimport \"../shared\" as Examples\r\n\r\nItem {\r\n height: 480\r\n width: 320\r\n Examples.LauncherList {\r\n id: ll\r\n anchors.fill: parent\r\n Component.onCompleted: {\r\n addExample(\"GridView\", \"A simple GridView\", Qt.resolvedUrl(\"gridview/gridview-example.qml\"))\r\n addExample(\"Dynamic List\", \"A dynamically alterable list\", Qt.resolvedUrl(\"listview/dynamiclist.qml\"))\r\n addExample(\"Expanding Delegates\", \"A ListView with delegates that expand\", Qt.resolvedUrl(\"listview/expandingdelegates.qml\"))\r\n addExample(\"Highlight\", \"A ListView with a custom highlight\", Qt.resolvedUrl(\"listview/highlight.qml\"))\r\n addExample(\"Highlight Ranges\", \"The three highlight ranges of ListView\", Qt.resolvedUrl(\"listview/highlightranges.qml\"))\r\n addExample(\"Sections\", \"ListView section headers and footers\", Qt.resolvedUrl(\"listview/sections.qml\"))\r\n addExample(\"Packages\", \"Transitions between a ListView and GridView\", Qt.resolvedUrl(\"package/view.qml\"))\r\n addExample(\"PathView\", \"A simple PathView\", Qt.resolvedUrl(\"pathview/pathview-example.qml\"))\r\n addExample(\"ObjectModel\", \"Using a ObjectModel\", Qt.resolvedUrl(\"objectmodel/objectmodel.qml\"))\r\n addExample(\"Display Margins\", \"A ListView with display margins\", Qt.resolvedUrl(\"listview/displaymargin.qml\"))\r\n addExample(\"DelegateModel\", \"A PathView using DelegateModel to instantiate delegates\", Qt.resolvedUrl(\"delegatemodel/slideshow.qml\"))\r\n addExample(\"Draggable Selections\", \"Enabling drag-and-drop on DelegateModel delegates\", Qt.resolvedUrl(\"delegatemodel/dragselection.qml\"))\r\n }\r\n }\r\n}\r\n"}}} === [NOTIFICATION] { "timestamp": "2023-10-11T10:26:02.8194945+02:00", "threadId": 25, "methodName": "textDocument/didOpen", "notification": { "textDocument": { "uri": "file:///C:/lib/Qt/Examples/Qt-6.5.1/quick/views/views.qml", "languageId": "qml", "version": 2, "text": "// Copyright (C) 2017 The Qt Company Ltd.\r\n// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause\r\n\r\nimport QtQuick\r\nimport \"../shared\" as Examples\r\n\r\nItem {\r\n height: 480\r\n width: 320\r\n Examples.LauncherList {\r\n id: ll\r\n anchors.fill: parent\r\n Component.onCompleted: {\r\n addExample(\"GridView\", \"A simple GridView\", Qt.resolvedUrl(\"gridview/gridview-example.qml\"))\r\n addExample(\"Dynamic List\", \"A dynamically alterable list\", Qt.resolvedUrl(\"listview/dynamiclist.qml\"))\r\n addExample(\"Expanding Delegates\", \"A ListView with delegates that expand\", Qt.resolvedUrl(\"listview/expandingdelegates.qml\"))\r\n addExample(\"Highlight\", \"A ListView with a custom highlight\", Qt.resolvedUrl(\"listview/highlight.qml\"))\r\n addExample(\"Highlight Ranges\", \"The three highlight ranges of ListView\", Qt.resolvedUrl(\"listview/highlightranges.qml\"))\r\n addExample(\"Sections\", \"ListView section headers and footers\", Qt.resolvedUrl(\"listview/sections.qml\"))\r\n addExample(\"Packages\", \"Transitions between a ListView and GridView\", Qt.resolvedUrl(\"package/view.qml\"))\r\n addExample(\"PathView\", \"A simple PathView\", Qt.resolvedUrl(\"pathview/pathview-example.qml\"))\r\n addExample(\"ObjectModel\", \"Using a ObjectModel\", Qt.resolvedUrl(\"objectmodel/objectmodel.qml\"))\r\n addExample(\"Display Margins\", \"A ListView with display margins\", Qt.resolvedUrl(\"listview/displaymargin.qml\"))\r\n addExample(\"DelegateModel\", \"A PathView using DelegateModel to instantiate delegates\", Qt.resolvedUrl(\"delegatemodel/slideshow.qml\"))\r\n addExample(\"Draggable Selections\", \"Enabling drag-and-drop on DelegateModel delegates\", Qt.resolvedUrl(\"delegatemodel/dragselection.qml\"))\r\n }\r\n }\r\n}\r\n" } } } [/NOTIFICATION] >>> [2023-10-11 10:26:03.330] Content-Length: 166 {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[],"uri":"file:///C:/lib/Qt/Examples/Qt-6.5.1/quick/views/views.qml","version":2}} === [NOTIFICATION] { "timestamp": "2023-10-11T10:26:03.3343145+02:00", "threadId": 14, "methodName": "textDocument/publishDiagnostics", "notification": { "diagnostics": [], "uri": "file:///C:/lib/Qt/Examples/Qt-6.5.1/quick/views/views.qml", "version": 2 } } [/NOTIFICATION] <<< [2023-10-11 10:26:03.363] Content-Length: 290 {"traceparent":"00-cca2f4a55ffdb541bec35a9cce93f795-5ddce96bdf649540-01","jsonrpc":"2.0","method":"NotificationReceived","params":[{"ClientId":1,"MethodName":"textDocument/publishDiagnostics","Argument":{"uri":"file:///C:/lib/Qt/Examples/Qt-6.5.1/quick/views/views.qml","diagnostics":[]}}]} ===