microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.46k stars 446 forks source link

C++ standard headers always having squiggle with cmake-tools providing configuration #1873

Closed zeroxia closed 1 year ago

zeroxia commented 3 years ago

Brief Issue Summary

With the simpliest CMake project, most standard headers, like <iostream> always get squiggles underlying them.

Screenshot:

https://imgur.com/gallery/IsyEbuC

Both Windows and MacOS have this problem.

Workspace settings:

{
    "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
    "cmake.preferredGenerators": [
        "Visual Studio 16 2019", "Xcode"
    ],
    "cmake.configureArgs": [
        "CMAKE_INSTALL_PREFIX:PATH=${workspaceFolder}/modules",
        "CMAKE_OSX_ARCHITECTURES:STRING=x86_64"
    ],
    "C_Cpp.loggingLevel": "Debug",
}

There was an issue on vscode-cpp extension project, but closed, I'm not able to find out the solution from it though:

https://github.com/microsoft/vscode-cpptools/issues/4350

Expected:

Building and running/debugging are all OK, and F12 goto definition on the standard header files can actually open that file, there should not be any squiggles reported from Intelli-Sense.

Apparent Behavior:

Squiggles are displayed for standard headers, with error message like:

#include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit.

cannot open source file "crtdbg.h" (dependency of "iostream")

#include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit.

CMake Tools Log

Not sure how to get this log, there is the extension host log:

Log ``` [2021-05-13 11:23:12.110] [exthost] [info] extension host started [2021-05-13 11:23:12.185] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"} [2021-05-13 11:23:12.185] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/microsoft-authentication/dist/extension.js [2021-05-13 11:23:12.205] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"} [2021-05-13 11:23:12.206] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/debug-auto-launch/dist/extension [2021-05-13 11:23:12.216] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"} [2021-05-13 11:23:12.218] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/git/dist/main [2021-05-13 11:23:12.257] [exthost] [info] ExtensionService#_doActivateExtension vscodevim.vim {"startup":true,"extensionId":{"value":"vscodevim.vim","_lower":"vscodevim.vim"},"activationEvent":"*"} [2021-05-13 11:23:12.258] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/zlxia/.vscode/extensions/vscodevim.vim-1.20.2/out/extension [2021-05-13 11:23:12.348] [exthost] [info] WSL is not installed, so could not detect WSL profiles [2021-05-13 11:23:12.732] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.cmake-tools {"startup":true,"extensionId":{"value":"ms-vscode.cmake-tools","_lower":"ms-vscode.cmake-tools"},"activationEvent":"workspaceContains:**/CMakeLists.txt"} [2021-05-13 11:23:12.732] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/zlxia/.vscode/extensions/ms-vscode.cmake-tools-1.7.3/dist/main [2021-05-13 11:23:12.861] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.js-debug {"startup":false,"extensionId":{"value":"ms-vscode.js-debug","_lower":"ms-vscode.js-debug"},"activationEvent":"onCommand:extension.js-debug.clearAutoAttachVariables"} [2021-05-13 11:23:12.861] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/ms-vscode.js-debug/src/extension.js [2021-05-13 11:23:13.009] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"} [2021-05-13 11:23:13.010] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/github/dist/extension.js [2021-05-13 11:23:13.044] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"vscode.github-authentication","_lower":"vscode.github-authentication"},"activationEvent":"onAuthenticationRequest:github"} [2021-05-13 11:23:13.044] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/github-authentication/dist/extension.js [2021-05-13 11:23:13.159] [exthost] [info] eager extensions activated [2021-05-13 11:23:13.186] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":false,"extensionId":{"value":"vscode.emmet","_lower":"vscode.emmet"},"activationEvent":"onStartupFinished"} [2021-05-13 11:23:13.186] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/emmet/dist/node/emmetNodeMain [2021-05-13 11:23:13.201] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":false,"extensionId":{"value":"vscode.merge-conflict","_lower":"vscode.merge-conflict"},"activationEvent":"onStartupFinished"} [2021-05-13 11:23:13.201] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/merge-conflict/dist/mergeConflictMain [2021-05-13 11:23:13.207] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl-recommender {"startup":false,"extensionId":{"value":"ms-vscode-remote.remote-wsl-recommender","_lower":"ms-vscode-remote.remote-wsl-recommender"},"activationEvent":"onStartupFinished"} [2021-05-13 11:23:13.207] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/ms-vscode-remote.remote-wsl-recommender/dist/extension.js [2021-05-13 11:23:13.222] [exthost] [info] ExtensionService#_doActivateExtension vscode.testing-editor-contributions {"startup":false,"extensionId":{"value":"vscode.testing-editor-contributions","_lower":"vscode.testing-editor-contributions"},"activationEvent":"onStartupFinished"} [2021-05-13 11:23:13.222] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/testing-editor-contributions/dist/extension.js [2021-05-13 11:23:13.225] [exthost] [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks {"startup":false,"extensionId":{"value":"alefragnani.Bookmarks","_lower":"alefragnani.bookmarks"},"activationEvent":"onStartupFinished"} [2021-05-13 11:23:13.225] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/zlxia/.vscode/extensions/alefragnani.bookmarks-13.0.4/dist/extension [2021-05-13 11:23:13.239] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.cpptools {"startup":false,"extensionId":{"value":"ms-vscode.cmake-tools","_lower":"ms-vscode.cmake-tools"},"activationEvent":"api"} [2021-05-13 11:23:13.239] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/zlxia/.vscode/extensions/ms-vscode.cpptools-1.3.1/dist/main [2021-05-13 11:23:17.180] [exthost] [info] ExtensionService#_doActivateExtension twxs.cmake {"startup":false,"extensionId":{"value":"twxs.cmake","_lower":"twxs.cmake"},"activationEvent":"onLanguage:cmake"} [2021-05-13 11:23:17.180] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/zlxia/.vscode/extensions/twxs.cmake-0.0.17/out/extension [2021-05-13 11:23:18.716] [exthost] [info] ExtensionService#_doActivateExtension austin.code-gnu-global {"startup":false,"extensionId":{"value":"austin.code-gnu-global","_lower":"austin.code-gnu-global"},"activationEvent":"onLanguage:cpp"} [2021-05-13 11:23:18.716] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/zlxia/.vscode/extensions/austin.code-gnu-global-0.2.2/out/src/extension [2021-05-13 11:23:18.747] [exthost] [info] ExtensionService#_doActivateExtension xaver.clang-format {"startup":false,"extensionId":{"value":"xaver.clang-format","_lower":"xaver.clang-format"},"activationEvent":"onLanguage:cpp"} [2021-05-13 11:23:18.747] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/zlxia/.vscode/extensions/xaver.clang-format-1.9.0/out/src/extension [2021-05-13 11:23:23.073] [exthost] [error] [ms-vscode.cpptools] provider FAILED [2021-05-13 11:23:23.073] [exthost] [error] undefined [2021-05-13 11:23:28.259] [exthost] [error] [ms-vscode.cpptools] provider FAILED [2021-05-13 11:23:28.259] [exthost] [error] undefined [2021-05-13 11:23:31.464] [exthost] [error] [ms-vscode.cpptools] provider FAILED [2021-05-13 11:23:31.464] [exthost] [error] undefined [2021-05-13 11:23:35.797] [exthost] [error] [ms-vscode.cpptools] provider FAILED [2021-05-13 11:23:35.797] [exthost] [error] undefined [2021-05-13 11:23:37.826] [exthost] [error] [ms-vscode.cpptools] provider FAILED [2021-05-13 11:23:37.826] [exthost] [error] undefined [2021-05-13 11:23:42.579] [exthost] [error] [ms-vscode.cpptools] provider FAILED [2021-05-13 11:23:42.579] [exthost] [error] undefined [2021-05-13 11:25:00.600] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 11:25:00.600] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 11:25:02.292] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 11:25:02.292] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 11:25:03.879] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 11:25:03.879] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 11:25:12.217] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 11:25:12.217] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 11:25:24.414] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:jsonc"} [2021-05-13 11:25:24.414] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/configuration-editing/dist/configurationEditingMain [2021-05-13 11:25:24.420] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:jsonc"} [2021-05-13 11:25:24.420] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/json-language-features/client/dist/node/jsonClientMain [2021-05-13 11:25:24.446] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"vscode.typescript-language-features","_lower":"vscode.typescript-language-features"},"activationEvent":"onLanguage:jsonc"} [2021-05-13 11:25:24.447] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/typescript-language-features/dist/extension [2021-05-13 11:25:56.726] [exthost] [error] [ms-vscode.cpptools] provider FAILED [2021-05-13 11:25:56.726] [exthost] [error] undefined [2021-05-13 11:26:11.035] [exthost] [info] ExtensionService#_doActivateExtension cweijan.vscode-autohotkey-plus {"startup":false,"extensionId":{"value":"cweijan.vscode-autohotkey-plus","_lower":"cweijan.vscode-autohotkey-plus"},"activationEvent":"onDebug"} [2021-05-13 11:26:11.035] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Users/zlxia/.vscode/extensions/cweijan.vscode-autohotkey-plus-2.6.2/out/extension [2021-05-13 11:26:11.171] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-server-ready {"startup":false,"extensionId":{"value":"vscode.debug-server-ready","_lower":"vscode.debug-server-ready"},"activationEvent":"onDebugResolve"} [2021-05-13 11:26:11.171] [exthost] [info] ExtensionService#loadCommonJSModule file:///c:/Program Files/Microsoft VS Code/resources/app/extensions/debug-server-ready/dist/extension [2021-05-13 12:26:28.877] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 12:26:28.877] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 12:26:29.031] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 12:26:29.031] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 12:26:57.411] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 12:26:57.411] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. [2021-05-13 12:26:57.411] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'. ```

Developer Tools Log

Language server log ``` cpptools/didChangeCppProperties MSVC intelliSenseMode specified. Configuring for compiler cl.exe. Code browsing service initialized MSVC intelliSenseMode specified. Configuring for compiler cl.exe. Folder: C:/PROGRAM FILES (X86)/MICROSOFT VISUAL STUDIO/2019/BUILDTOOLS/VC/TOOLS/MSVC/14.25.28610/INCLUDE/* will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/SHARED/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/UM/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/WINRT/ will be indexed Folder: D:/ZEROX/TMP/CMAKE-PLAYGROUND/ will be indexed textDocument/didOpen: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Populate include completion cache. cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Discovering files... cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/clearCustomConfigurations Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 2) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 3) cpptools/getDocumentSymbols Processing folder (non-recursive): C:/PROGRAM FILES (X86)/MICROSOFT VISUAL STUDIO/2019/BUILDTOOLS/VC/TOOLS/MSVC/14.25.28610/INCLUDE tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: _DEBUG define: UNICODE define: _UNICODE stdver: ms_c++17 intelliSenseMode: windows-msvc-x64 Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/SHARED/ idle loop: reparsing the active document cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 4) Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/UM/ sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: _DEBUG define: UNICODE define: _UNICODE stdver: ms_c++17 intelliSenseMode: windows-msvc-x64 Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 5) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 6) cpptools/finishUpdateSquiggles Error squiggle count: 0 Update IntelliSense time (sec): 0.466 Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/WINRT/ cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 7) Processing folder (recursive): D:/ZEROX/TMP/CMAKE-PLAYGROUND/ Discovering files: 2759 file(s) processed 0 file(s) removed from database Done discovering files. Parsing remaining files... tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\IOSTREAM cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 8) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\YVALS_CORE.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\ISTREAM tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\VCRUNTIME.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XKEYCHECK.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\OSTREAM tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\SAL.H cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 9) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange tag parsing file: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED\SAL.H cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 10) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 11) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 12) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 13) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\VADEFS.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\IOS tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CONCURRENCYSAL.H tag parsing file: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED\CONCURRENCYSAL.H cpptools/textEditorSelectionChange tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XLOCNUM tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CLIMITS tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CMATH cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 14) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 15) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CSTDIO tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CSTDLIB tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\STREAMBUF tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\LIMITS.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\YVALS.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XTR1COMMON tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XIOSBASE cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 16) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 17) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 18) cpptools/getDocumentSymbols tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CRTDEFS.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\USE_ANSI.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\SYSTEM_ERROR cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 19) textDocument/didOpen: file:///d%3A/zerox/tmp/cmake-playground/play.h Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 20) cpptools/getDocumentSymbols cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 21) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XLOCALE cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 22) cpptools/textEditorSelectionChange cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.26 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 23) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 24) cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 25) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CERRNO tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\STDEXCEPT tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XCALL_ONCE.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XERRC.H idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CSTRING tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\MEMORY cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 26) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 27) cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.27 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 28) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 29) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 30) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 31) cpptools/textEditorSelectionChange tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\TYPEINFO tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XFACET tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XLOCINFO tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\EXCEPTION tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XSTRING textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 32) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 33) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 34) cpptools/getDocumentSymbols tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\IOSFWD tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\TYPE_TRAITS textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 35) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XMEMORY textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 36) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 37) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\VCRUNTIME_TYPEINFO.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XLOCINFO.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XSTDDEF textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\VCRUNTIME_EXCEPTION.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XPOLYMORPHIC_ALLOCATOR.H textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CWCHAR tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CSTDINT tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\LIMITS cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 38) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\NEW tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XATOMIC.H textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 39) sending 1 changes to server sending 2 changes to server sending 2 changes to server sending 1 changes to server sending 1 changes to server sending 1 changes to server sending 1 changes to server tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\XUTILITY textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 40) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (6:2) Offering completion textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange completionItem/resolve (id: 41) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 42) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange completionItem/resolve (id: 43) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 44) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 45) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 46) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 47) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (6:6) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 48) sending 1 changes to server sending 1 changes to server idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 49) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 50) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 51) sending 1 changes to server tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CSTDDEF textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 52) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (6:7) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\INITIALIZER_LIST tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\EH.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\VCRUNTIME_NEW.H textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 53) sending 1 changes to server tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\TUPLE cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 1 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 54) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 55) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 56) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (6:9) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 57) sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 58) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\UTILITY cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 59) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 60) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 61) tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\STDINT.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CFLOAT tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\INTRIN0.H tag parsing file: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE\CONCEPTS Parsing: 63 files(s) processed Done parsing remaining files. textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 62) sending 1 changes to server textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 63) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (6:10) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 64) sending 1 changes to server textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 65) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (6:11) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 66) sending 1 changes to server textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 67) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/play.h (6:12) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 68) sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 69) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 70) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 71) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 72) sending 1 changes to server sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 73) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 74) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 75) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 76) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 77) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 78) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP sending 1 changes to server cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 79) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 80) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 81) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 82) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 83) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 84) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 85) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 86) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 87) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 88) Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/textEditorSelectionChange cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 8.367 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 89) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 90) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 91) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 92) cpptools/textEditorSelectionChange idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 93) sending 1 changes to server sending 1 changes to server sending 1 changes to server cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 94) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 95) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 96) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 97) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 98) cpptools/getDocumentSymbols cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 99) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 100) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 101) sending 1 changes to server sending 1 changes to server sending 1 changes to server sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 102) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 103) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 104) cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange sending 1 changes to server sending 1 changes to server cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 105) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 106) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 107) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 108) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 109) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 110) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 111) sending 1 changes to server sending 1 changes to server sending 1 changes to server textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 112) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (8:6) Offering completion textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 113) sending 1 changes to server completionItem/resolve (id: 114) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange completionItem/resolve (id: 115) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 116) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 117) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 118) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 119) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 120) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 121) Database safe to open sending 1 changes to server cpptools/finishUpdateSquiggles Error squiggle count: 1 Error squiggle count: 0 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 122) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 123) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 124) Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/finishUpdateSquiggles Error squiggle count: 1 Error squiggle count: 0 Update IntelliSense time (sec): 6.249 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 125) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 126) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 127) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 128) sending 1 changes to server textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 129) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (8:14) Offering completion cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 130) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 131) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 132) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 133) sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 134) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 135) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 136) sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 137) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 138) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 139) sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 140) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 141) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 142) sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 143) cpptools/textEditorSelectionChange idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp sending 1 changes to server cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 144) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 145) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 146) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 147) textDocument/didSave: file:///d%3A/zerox/tmp/cmake-playground/play.cpp tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileChanged: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 149) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 150) cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 5.334 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 151) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 152) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 153) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 154) cpptools/getDocumentSymbols cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 155) cpptools/getDocumentSymbols cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 156) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 157) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 158) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 159) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP textDocument/didSave: file:///d%3A/zerox/tmp/cmake-playground/play.h tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H cpptools/fileChanged: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.271 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 161) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 162) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 163) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 164) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 165) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 166) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 167) cpptools/getDocumentSymbols idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.256 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 168) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 169) Database safe to open cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1 cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/query cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/query/client-vscode cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/query/client-vscode/query.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeOutput.log cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7 cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CMakeSystem.cmake cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/VCTargetsPath.vcxproj Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.259 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 170) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 171) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/x64 cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/x64/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/x64/Debug/VCTargetsPath.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/x64/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/VCTargetsPath.txt Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/tmp cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/CMakeCCompilerId.c cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/CompilerIdC.vcxproj tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\BUILD\CMAKEFILES\3.15.7\COMPILERIDC\CMAKECCOMPILERID.C Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/CompilerIdC.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.797 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 172) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 173) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CMakeCCompilerId.obj Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/CL.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/CL.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/CL.command.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/CompilerIdC.exe Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/link-rc.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/link-rc.write.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 1.052 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 174) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 175) cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/link.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/link.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/link.command.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CMakeCCompiler.cmake cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/tmp cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/CMakeCXXCompilerId.cpp cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/CompilerIdCXX.vcxproj cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/link-rc.read.1.tlog cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdC/Debug/CompilerIdC.tlog/link-rc.write.1.tlog tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\BUILD\CMAKEFILES\3.15.7\COMPILERIDCXX\CMAKECXXCOMPILERID.CPP Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.512 cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 176) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 177) cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.254 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 178) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 179) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.518 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 180) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 181) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/CompilerIdCXX.exe Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CompilerIdCXX/Debug/CompilerIdCXX.tlog/unsuccessfulbuild cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CMakeCXXCompiler.cmake cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CMakeRCCompiler.cmake cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/testCCompiler.c cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeLists.txt cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeFiles cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeCache.txt cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeFiles/cmake.check_cache cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.vcxproj.filters cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/ALL_BUILD.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/ALL_BUILD.vcxproj.filters cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeFiles/generate.stamp cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeFiles/generate.stamp.depend cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmake_install.cmake tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\BUILD\CMAKEFILES\CMAKETMP\TESTCCOMPILER.C cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeFiles/TargetDirectories.txt cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.sln Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.523 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 182) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 183) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir/Debug/cmTC_ad9c6.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir/Debug/cmTC_ad9c6.tlog/cmTC_ad9c6.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir/Debug/cmTC_ad9c6.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.264 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 184) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 185) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir/Debug/vc142.pdb Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir/Debug/testCCompiler.obj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir/Debug/cmTC_ad9c6.tlog/CL.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir/Debug/cmTC_ad9c6.tlog/CL.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir/Debug/cmTC_ad9c6.tlog/CL.command.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.513 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 186) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 187) cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/Debug Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.dir cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/testCCompiler.c cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.vcxproj cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_ad9c6.vcxproj.filters cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.vcxproj.filters Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir/Debug/cmTC_6e8e1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir/Debug/cmTC_6e8e1.tlog/cmTC_6e8e1.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir/Debug/cmTC_6e8e1.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.776 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 188) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 189) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir/Debug/vc142.pdb Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir/Debug/CMakeCCompilerABI.obj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir/Debug/cmTC_6e8e1.tlog/CL.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir/Debug/cmTC_6e8e1.tlog/CL.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir/Debug/cmTC_6e8e1.tlog/CL.command.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.533 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 190) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 191) cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/Debug Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.dir cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.vcxproj cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_6e8e1.vcxproj.filters cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CMakeDetermineCompilerABI_C.bin cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.vcxproj.filters tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\BUILD\CMAKEFILES\CMAKETMP\TESTCXXCOMPILER.CXX Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir/Debug/cmTC_639f9.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir/Debug/cmTC_639f9.tlog/cmTC_639f9.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir/Debug/cmTC_639f9.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir/Debug/vc142.pdb cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir/Debug/testCXXCompiler.obj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir/Debug/cmTC_639f9.tlog/CL.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir/Debug/cmTC_639f9.tlog/CL.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir/Debug/cmTC_639f9.tlog/CL.command.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 1.063 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 192) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 193) cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/Debug Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.dir cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.vcxproj cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_639f9.vcxproj.filters cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.vcxproj.filters Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.519 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 194) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 195) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir/Debug/cmTC_7a24c.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir/Debug/cmTC_7a24c.tlog/cmTC_7a24c.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir/Debug/cmTC_7a24c.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.26 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 196) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 197) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir/Debug/vc142.pdb Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir/Debug/CMakeCXXCompilerABI.obj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir/Debug/cmTC_7a24c.tlog/CL.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir/Debug/cmTC_7a24c.tlog/CL.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir/Debug/cmTC_7a24c.tlog/CL.command.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.518 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 198) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 199) cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/Debug Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeFiles cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeCache.txt cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMakeLists.txt cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.dir cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/ALL_BUILD.vcxproj cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/3.15.7/CMakeDetermineCompilerABI_CXX.bin cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeCache.txt cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/cmake.check_cache cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/generate.stamp.list cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/a82a20894c13a76924923959e28546b0 cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/a82a20894c13a76924923959e28546b0/generate.stamp.rule cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/ZERO_CHECK.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/ZERO_CHECK.vcxproj.filters cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.vcxproj.filters cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.vcxproj.filters cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/ALL_BUILD.vcxproj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/ALL_BUILD.vcxproj.filters cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/generate.stamp cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/generate.stamp.depend cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/cmake_install.cmake cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/TargetDirectories.txt cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/CMake-Playground.sln cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/cache-v2-48eaad301f3f6581ce9f.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-Debug-7dcab3e74091ef0aa240.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ZERO_CHECK-Debug-dd6fbcc10ce5616fea7e.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-output-Debug-df6ce4cdb4b83d46354b.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-play-Debug-107d61c37d42e175c5e3.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-Release-7dcab3e74091ef0aa240.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ZERO_CHECK-Release-dd6fbcc10ce5616fea7e.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-output-Release-69e1eaa9723455e8dc1e.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-play-Release-facfd379c81db1190292.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-MinSizeRel-7dcab3e74091ef0aa240.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ZERO_CHECK-MinSizeRel-dd6fbcc10ce5616fea7e.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-output-MinSizeRel-058e96b935a2b87363c7.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-play-MinSizeRel-ddbdb47f5abaf20703d6.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-RelWithDebInfo-7dcab3e74091ef0aa240.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ZERO_CHECK-RelWithDebInfo-dd6fbcc10ce5616fea7e.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-output-RelWithDebInfo-d34d32d6a7c78c0a12bc.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-play-RelWithDebInfo-e0164ce1b0e9b7b9d0d4.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/codemodel-v2-c0a7f1c201e810fea7b8.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/index-2021-05-13T03-24-29-0255.json cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmake_install.cmake cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.sln cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/ALL_BUILD.vcxproj.filters cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/CMakeFiles/CMakeTmp/cmTC_7a24c.vcxproj.filters Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP Custom configuration provider 'CMake Tools' registered Custom browse configuration received: { "browsePath": [ "d:/zerox/tmp/cmake-playground/build/cmakefiles/a82a20894c13a76924923959e28546b0", "d:/zerox/tmp/cmake-playground" ], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCppProperties cpptools/pauseParsing cpptools/clearCustomConfigurations Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 200) Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/play.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomBrowseConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. Folder: C:/PROGRAM FILES (X86)/MICROSOFT VISUAL STUDIO/2019/BUILDTOOLS/VC/TOOLS/MSVC/14.25.28610/INCLUDE/* will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/UM/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/SHARED/ will be indexed Folder: C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/WINRT/ will be indexed Folder: D:/ZEROX/TMP/CMAKE-PLAYGROUND/ will be indexed cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 201) Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/play.h config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. cpptools/resumeParsing sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG other: --header_only_fallback stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG other: --header_only_fallback stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H cpptools/finishUpdateSquiggles Error squiggle count: 0 Update IntelliSense time (sec): 1.005 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 202) Populate include completion cache. Discovering files... Processing folder (non-recursive): C:/PROGRAM FILES (X86)/MICROSOFT VISUAL STUDIO/2019/BUILDTOOLS/VC/TOOLS/MSVC/14.25.28610/INCLUDE Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/UM/ Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/SHARED/ Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/WINRT/ Processing folder (recursive): D:/ZEROX/TMP/CMAKE-PLAYGROUND/ Discovering files: 2828 file(s) processed 32 file(s) removed from database Done discovering files. Parsing open files... Parsing remaining files... Parsing: 0 files(s) processed Done parsing remaining files. Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H Done parsing open files. sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG other: --header_only_fallback stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H cpptools/finishUpdateSquiggles Error squiggle count: 0 Update IntelliSense time (sec): 0.336 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 203) Database safe to open cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 204) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 205) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 206) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 207) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 208) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 209) cpptools/getDocumentSymbols cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 210) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 211) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 212) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 213) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 214) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H cpptools/finishUpdateSquiggles Error squiggle count: 0 Update IntelliSense time (sec): 0.254 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 215) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 216) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 217) cpptools/getDocumentSymbols cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 218) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 219) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 220) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 221) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.H cpptools/finishUpdateSquiggles Error squiggle count: 0 Update IntelliSense time (sec): 0.363 cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 222) cpptools/getDocumentSymbols cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 223) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 224) cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 225) Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/output.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. textDocument/didOpen: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 226) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 227) cpptools/getDocumentSymbols sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 228) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 229) cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggles will be disabled in: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Update IntelliSense time (sec): 0.816 cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 230) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 231) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.263 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 232) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 233) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 234) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 235) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 236) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 237) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 238) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 239) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 240) cpptools/getDocumentSymbols cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 241) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 242) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 243) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 244) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 245) cpptools/getDocumentSymbols cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 246) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 247) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 248) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 249) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 250) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 251) cpptools/getDocumentSymbols cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 252) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 253) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 254) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 255) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.277 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 256) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 257) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 258) textDocument/hover: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 259) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 260) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 261) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 262) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 263) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 264) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 265) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/getDocumentSymbols cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 266) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 267) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 268) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 269) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.268 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 270) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 271) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 272) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 273) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 274) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 275) cpptools/getDocumentSymbols cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 276) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 277) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 278) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 279) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.26 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 280) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 281) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 282) cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 283) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 284) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 285) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 286) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/getDocumentSymbols cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 287) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 288) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 289) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 290) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 291) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.266 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 292) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 293) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 294) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 295) textDocument/definition: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 296) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 297) cpptools/getDocumentSymbols cpptools/didChangeSettings IntelliSense Engine = Default. Enhanced Colorization is enabled. Error squiggles are enabled if all header dependencies are resolved. Autocomplete is enabled. File exclude: **/.vscode File exclude: **/.git File exclude: **/.svn File exclude: **/.hg File exclude: **/CVS File exclude: **/.DS_Store Search exclude: **/node_modules Search exclude: **/bower_components Search exclude: **/*.code-search $/setTraceNotification Populate include completion cache. Discovering files... Processing folder (non-recursive): C:/PROGRAM FILES (X86)/MICROSOFT VISUAL STUDIO/2019/BUILDTOOLS/VC/TOOLS/MSVC/14.25.28610/INCLUDE cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 298) cpptools/getDocumentSymbols Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/UM/ cpptools/getCodeActions: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream (id: 299) cpptools/queryTranslationUnitSource: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream (id: 300) textDocument/didOpen: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream Checking for syntax errors: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/activeDocumentChange: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream (id: 301) cpptools/getDocumentSymbols Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/SHARED/ Processing folder (recursive): C:/PROGRAM FILES (X86)/WINDOWS KITS/8.1/INCLUDE/WINRT/ Processing folder (recursive): D:/ZEROX/TMP/CMAKE-PLAYGROUND/ Discovering files: 2828 file(s) processed 0 file(s) removed from database Done discovering files. Parsing open files... Parsing remaining files... Parsing: 0 files(s) processed Done parsing remaining files. Done parsing open files. cpptools/getSemanticTokens: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream (id: 302) cpptools/getDocumentSymbols: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream (id: 303) cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream (id: 304) cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Error squiggle count: 18 Update IntelliSense time (sec): 0.693 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 305) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 306) cpptools/getFoldingRanges: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream (id: 307) cpptools/getCodeActions: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream (id: 308) cpptools/getDocumentSymbols: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream (id: 309) textDocument/didClose: file:///c%3A/Program%20Files%20%28x86%29/Microsoft%20Visual%20Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/include/iostream cpptools/getDocumentSymbols cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 310) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 311) cpptools/getDocumentSymbols cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 312) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 313) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 314) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.57 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 315) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 316) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 317) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 318) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 319) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 320) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 321) cpptools/getDocumentSymbols cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 322) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 323) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 324) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 325) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 326) cpptools/getDocumentSymbols cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 327) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 328) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 329) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 330) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 331) cpptools/textEditorSelectionChange idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 332) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 333) cpptools/getDocumentSymbols cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.26 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 334) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 335) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 336) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 337) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 338) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 339) cpptools/getDocumentSymbols cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 340) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 341) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 342) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 343) cpptools/getDocumentSymbols cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 344) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 345) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 346) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 347) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 348) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 349) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 350) cpptools/getDocumentSymbols cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 351) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 352) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 353) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 354) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 355) cpptools/getDocumentSymbols cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 Update IntelliSense time (sec): 0.27 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 356) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 357) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 358) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 359) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 360) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 361) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 362) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 363) cpptools/getDocumentSymbols cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 364) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 365) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 366) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 367) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 368) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 369) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 370) cpptools/getDocumentSymbols cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/play.h cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 371) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 372) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 373) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 374) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 375) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 376) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/play.h Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 377) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 378) cpptools/getDocumentSymbols cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 379) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 380) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 381) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 382) cpptools/finishUpdateSquiggles Error squiggle count: 0 Error squiggle count: 0 cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.264 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 383) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 384) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 385) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 386) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 387) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 388) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 389) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 390) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 391) textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 392) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 393) cpptools/textEditorSelectionChange idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 394) cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.261 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 395) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 396) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 397) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 398) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 399) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 400) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 401) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 402) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:33) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 403) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 404) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 405) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:35) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 406) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:36) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 407) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 408) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 409) cpptools/getDocumentSymbols cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 410) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:37) textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 411) Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP sending 1 changes to server sending 1 changes to server sending 1 changes to server sending 1 changes to server sending 1 changes to server sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 412) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:38) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 413) sending 1 changes to server sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 414) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 415) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 416) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 417) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:40) Offering completion sending 1 changes to server textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 419) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 422) sending 1 changes to server sending 1 changes to server sending 1 changes to server textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 423) textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 424) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:43) Offering completion textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange completionItem/resolve (id: 425) sending 1 changes to server textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 426) Request canceled: 426 textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange completionItem/resolve (id: 427) sending 1 changes to server textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 428) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 429) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 430) sending 1 changes to server textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 431) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 432) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 433) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 434) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:50) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 435) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:51) Offering completion sending 1 changes to server sending 1 changes to server completionItem/resolve (id: 436) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 437) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 438) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 439) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 440) sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 441) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 442) sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 443) sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 444) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 445) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 446) sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 447) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 448) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 449) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 450) sending 1 changes to server sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 451) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 452) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 453) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:63) textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 454) sending 1 changes to server sending 1 changes to server textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 455) auto_complete::handle_completion: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (6:64) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange textDocument/signatureHelp: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 456) sending 1 changes to server sending 1 changes to server cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 457) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 458) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 459) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 460) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 461) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 462) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileChanged: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 464) textDocument/didSave: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/fileChanged: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/getDocumentSymbols cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 9.35 cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 465) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 466) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 467) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 468) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 469) textDocument/didChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 470) sending 1 changes to server cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 471) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 472) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 473) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 474) textDocument/didSave: file:///d%3A/zerox/tmp/cmake-playground/output.cpp tag parsing file: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileChanged: file:///d%3A/zerox/tmp/cmake-playground/output.cpp idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 476) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 477) cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 478) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 479) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 480) cpptools/textEditorSelectionChange textDocument/documentHighlight: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 481) cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 482) cpptools/getDocumentSymbols cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 483) Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 2.27 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 484) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 485) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 486) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 487) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64 cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/ZERO_CHECK.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.command.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.write.1.tlog cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.535 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 488) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 489) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 490) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 491) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/play.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/CustomBuild.command.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/CustomBuild.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/CustomBuild.write.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.54 cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.pdb Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.obj cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/CL.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/CL.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/CL.command.1.tlog cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 492) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 493) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 494) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 495) Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/Debug/play.lib cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/Lib-link.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/Lib-link.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/Lib.command.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/Debug/play.pdb cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.vcxproj.FileListAbsolute.txt cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/unsuccessfulbuild cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/output.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/unsuccessfulbuild cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/CustomBuild.command.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/CustomBuild.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/CustomBuild.write.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.808 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 496) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 497) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/vc142.pdb Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 498) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 499) cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggle count: 1 Update IntelliSense time (sec): 0.278 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 500) cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 501) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 502) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.obj Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/CL.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/CL.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/CL.command.1.tlog cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 503) Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/Debug/output.ilk cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/Debug/output.exe cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/Debug/output.pdb cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/link.read.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/link.write.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/link.command.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD/ALL_BUILD.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD/ALL_BUILD.tlog/ALL_BUILD.lastbuildstate cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD/ALL_BUILD.tlog/unsuccessfulbuild cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.command.1.tlog cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.read.1.tlog cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/unsuccessfulbuild cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.write.1.tlog Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD/ALL_BUILD.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/clearCustomConfigurations Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\PLAY.CPP Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 504) Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/play.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 505) cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 506) Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/output.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 507) sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT stdver: ms_c++17 intelliSenseMode: windows-msvc-x64 Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggles will be disabled in: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Update IntelliSense time (sec): 1.992 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 508) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 509) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 510) sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 511) cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggles will be disabled in: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Update IntelliSense time (sec): 0.756 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 512) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 513) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 514) Database safe to open cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 515) cpptools/getDocumentSymbols cpptools/clearCustomConfigurations Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 516) Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/play.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 517) cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 518) Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/output.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 519) cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggles will be disabled in: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Update IntelliSense time (sec): 1.091 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 520) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 521) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 522) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 523) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 524) cpptools/textEditorSelectionChange idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.257 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 525) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 526) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 527) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 528) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 529) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 530) cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/test.cmake Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.268 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 531) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 532) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 533) Database safe to open cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 534) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 535) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 536) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 537) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 538) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 539) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.271 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 540) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 541) cpptools/didChangeSettings IntelliSense Engine = Default. Enhanced Colorization is enabled. Error squiggles are enabled if all header dependencies are resolved. Autocomplete is enabled. $/setTraceNotification cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 542) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 543) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 544) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.267 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 545) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 546) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/getDocumentSymbols: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 547) cpptools/textEditorSelectionChange cpptools/getDocumentSymbols cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 548) cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 549) cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.272 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 550) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 551) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 552) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-Debug-83fbd4193f8ffeaba229.json Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-Release-83fbd4193f8ffeaba229.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-MinSizeRel-83fbd4193f8ffeaba229.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-RelWithDebInfo-83fbd4193f8ffeaba229.json cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/index-2021-05-13T03-24-29-0255.json cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/codemodel-v2-c0a7f1c201e810fea7b8.json cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-Debug-7dcab3e74091ef0aa240.json cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-Release-7dcab3e74091ef0aa240.json cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-MinSizeRel-7dcab3e74091ef0aa240.json cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/target-ALL_BUILD-RelWithDebInfo-7dcab3e74091ef0aa240.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/codemodel-v2-1a0e2958956e2704e749.json cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/.cmake/api/v1/reply/index-2021-05-13T04-15-52-0951.json Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/clearCustomConfigurations Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 553) Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/play.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 554) cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 555) Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/output.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 556) sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT stdver: ms_c++17 intelliSenseMode: windows-msvc-x64 Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggles will be disabled in: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Update IntelliSense time (sec): 1.683 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 557) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 558) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 559) Database safe to open cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.528 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 560) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 561) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 562) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.268 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 563) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/play.dir/Debug/play.tlog/unsuccessfulbuild cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 564) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 565) Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.536 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 566) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 567) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 568) cpptools/fileCreated: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD/ALL_BUILD.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/output.dir/Debug/output.tlog/unsuccessfulbuild cpptools/fileDeleted: file:///d%3A/zerox/tmp/cmake-playground/build/x64/Debug/ALL_BUILD/ALL_BUILD.tlog/unsuccessfulbuild Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/clearCustomConfigurations Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.cpp (id: 569) Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/play.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/play.h (id: 570) cpptools/queryTranslationUnitSource: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 571) Custom configurations received: uri: file:///d%3A/zerox/tmp/cmake-playground/output.cpp config: { "defines": [ "WIN32", "_WINDOWS", "NDEBUG" ], "includePath": [], "compilerPath": "c:/program files (x86)/microsoft visual studio/2019/buildtools/vc/tools/msvc/14.25.28610/bin/hostx64/x64/cl.exe", "compilerArgs": [ "/DWIN32", "/D_WINDOWS", "/W3", "/GR", "/EHsc", "/MD", "/Zi", "/O2", "/Ob1", "/DNDEBUG" ] } cpptools/didChangeCustomConfiguration MSVC intelliSenseMode specified. Configuring for compiler cl.exe. cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 572) sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT stdver: ms_c++17 intelliSenseMode: windows-msvc-x64 Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Shutting down IntelliSense server: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP sending compilation args for D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP include: C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\BUILDTOOLS\VC\TOOLS\MSVC\14.25.28610\INCLUDE include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\UM include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\SHARED include: C:\PROGRAM FILES (X86)\WINDOWS KITS\8.1\INCLUDE\WINRT define: WIN32 define: _WINDOWS define: NDEBUG define: WIN32 define: _WINDOWS define: NDEBUG stdver: ms_c++14 intelliSenseMode: windows-msvc-x64 Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Error squiggles will be disabled in: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Update IntelliSense time (sec): 1.427 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 573) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 574) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 575) cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 576) Database safe to open cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/textEditorSelectionChange cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 577) idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.263 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 578) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 579) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 580) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.258 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 581) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 582) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 583) cpptools/activeDocumentChange: file:///d%3A/zerox/tmp/cmake-playground/output.cpp cpptools/textEditorSelectionChange idle loop: reparsing the active document Checking for syntax errors: file:///d%3A/zerox/tmp/cmake-playground/output.cpp Queueing IntelliSense update for files in translation unit of: D:\ZEROX\TMP\CMAKE-PLAYGROUND\OUTPUT.CPP cpptools/finishUpdateSquiggles Error squiggle count: 18 Update IntelliSense time (sec): 0.271 cpptools/getSemanticTokens: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 584) cpptools/getFoldingRanges: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 585) cpptools/getCodeActions: file:///d%3A/zerox/tmp/cmake-playground/output.cpp (id: 586) ```

Platform and Versions

Other Notes/Information

(I posted this issue on Windows, but I have a Mac Book Pro with Big Sur system having exactly the same problem)

zeroxia commented 3 years ago

The test project files are here:

https://github.com/zeroxia/issues_playground/tree/main/2021-05-13-vscode-squiggle

zeroxia commented 3 years ago

If I remove the following configuration from workspace settings: .vscode/settings.json

     "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",

And add c_cpp_properties.json, to specify extra include directory "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.10240.0\\ucrt":

{
    "configurations": [
        {
            "name": "Win32",
            "includePath": [
                "${workspaceFolder}/**",
                "C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.10240.0\\ucrt"
            ],
            "defines": [
                "_DEBUG",
                "UNICODE",
                "_UNICODE"
            ],
            "windowsSdkVersion": "8.1",
            "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x64/cl.exe",
            "cStandard": "c17",
            "cppStandard": "c++17"
        }
    ],
    "version": 4
}

Then the squiggle disappeared.

But If I add back the configuration provider in .vscode/settings.json, and keep the include directory setting not changed in c_cpp_properties.json, again the squiggle is shown.

Is it possible to not tweak with c_cpp_properties.json, and just let cmake-tools provide all informatin to vscode? Since the building is already successful.

Or is this related to the CMake generator used? Since neither Visual Studio or Xcode would export compile commands.

andreeis commented 3 years ago

@zeroxia, thank you for opening this report. We will investigate and let you know what we find.

In the meantime, we need also another log: run the command "C/C++: Log Diagnostics" from the palette and share with us the content of the "C/C++ Diagnostics" output page (all this is different than the C/C++ output channel, which is also very useful and thank you for providing that).

Did this ever worked before for you or it regressed with 1.7.3 (or any 1.7.*)?

bobbrow commented 3 years ago

The first thing I can think of here is that some paths of your SDK are missing, so cpptools rejects it and selects the 8.1 SDK instead. Can you check if the "um", "ucrt" and "shared" folders all exist in your "10.0.10240.0" folder? If any of those are missing, the SDK will be considered incomplete and cpptools will not use it. You might need to reinstall your SDK in that case, or update to a newer one.

If that's not it, then perhaps the registry key pointing to the SDK is missing (which can also be fixed by reinstalling the SDK). This is the key cpptools checks for the Windows 10 SDK: HKLM\SOFTWARE\Microsoft\Windows Kits\Installed Roots\KitsRoot10

A note about the workaround you are currently using: Is it not advised to add the CRT include paths directly to c_cpp_properties.json. For the path you want, you should be able to set the property "windowsSdkVersion": "10.0.10240.0" in your configuration and cpptools should use that path. If you remove the CRT path and set the windowsSdkVersion but it still does not work, please let us know (assuming the folders mentioned above are present).

Tagging: @Colengms

zeroxia commented 3 years ago

@andreeis, @bobbrow

Thank you for your feedback.

For the Windows platform, as @bobbrow pointed out, probably it's due to the incomplete Windows SDK, as I only do platform independent coding, so When installed the Visual Studio, I chose bare minimum components, and I believe the bundled Windows SDK 10.0.101240.0 was not included. So I restart the installer and selected that Windows 10 SDK, the squiggle in the VS Code is dismissed now. Thank you very much for helping me to fix this annoying issue.

But on Mac OS, the same testing project, with Visual Studio Code version 1.56.2, ms-vscode.cpptools version 1.3.1, cmake-tools version 1.7.3, there is also squiggle under <iostream>, saying endian.h is not found. Screenshot as follows:

https://imgur.com/a/QdAc3Pd

Error message in the problems panel:

  1. include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit (/Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp).

  2. cannot open source file "endian.h" (dependency of "iostream")

Again, the building and running of this simple demo has no problem, right click on the <iostream> header and select "Go to definition" can open the header file.

Is there something I'm missing installing? MacOS version is: 11.2.1 (Big Sur), Xcode version is 12.5. Unlike Visual Studio, Xcode is installed from AppStore, and there is no customization at all.

I've checked this page:

https://stackoverflow.com/questions/20813028/endian-h-not-found-on-mac-osx/52904079#52904079

First tried this: xcode-select --install, after successful installation, not working. There is no /usr/include.

Then I went to https://developer.apple.com/download/more/, and downloaded command line tools 12.5, installed it. Still there was no /usr/include, the squiggle is still there.

And searching through /Library/, and there is no *.pkg file found.

Before installing these command line tools, I can find the endian.h file at:

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/machine/endian.h

After installing the command line tools, I found that the file is also at:

/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include/machine/endian.h

Logs

  1. C/C++ log
Custom browse configuration received: {
  "browsePath": [
    "/users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/cmakefiles",
    "/users/zerox/work/issues_playground/2021-05-13-vscode-squiggle"
  ],
  "compilerPath": "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++",
  "compilerArgs": [
    "-O2",
    "-g",
    "-DNDEBUG",
    "'-std=c++14'"
  ]
}
cpptools/didChangeCppProperties
Attempting to get defaults from C compiler in "compilerPath" property: '/usr/bin/clang'
Compiler query command line: "/usr/bin/clang" -std=c17 -Wp,-v -E -dD -x c -m64 -fno-blocks /dev/null
terminating child process: 36237
Code browsing service initialized
Attempting to get defaults from C++ compiler in "compilerPath" property: '/usr/bin/clang'
Compiler query command line: "/usr/bin/clang" -std=c++98 -Wp,-v -E -dD -x c++ -m64 -fno-blocks /dev/null
terminating child process: 36239
  /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/** is not a directory
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include/ will be indexed
  Folder: /usr/local/include/ will be indexed
  Folder: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/JavaRuntimeSupport.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetricKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Network.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GameKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SecurityInterface.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DiscRecording.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Speech.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Automator.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/HIDDriverKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SafariServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExceptionHandling.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Metal.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuartzCore.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IOBluetooth.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/StoreKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.6/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GSS.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/JavaNativeFoundation.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreML.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FinderSync.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Quartz.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PDFKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UserNotificationsUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/TWAIN.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExternalAccessory.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenSaver.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/_SceneKit_SwiftUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PCSC.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PreferencePanes.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MediaPlayer.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LinkPresentation.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NetFS.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MediaToolbox.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SyncServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ForceFeedback.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OSAKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ServiceManagement.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScreenTime.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MLCompute.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NaturalLanguage.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreVideo.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ScriptingBridge.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreText.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ImageIO.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ColorSync.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OSLog.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AGL.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/vmnet.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFoundation.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFAudio.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ParavirtualizedGraphics.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeviceCheck.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BackgroundTasks.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppleScriptKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreBluetooth.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DriverKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Contacts.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PhotosUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ReplayKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Virtualization.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IOSurface.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MediaLibrary.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SpriteKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMedia.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BusinessChat.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Intents.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DirectoryService.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PencilKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NetworkingDriverKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MultipeerConnectivity.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NotificationCenter.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GameController.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreTelephony.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenCL.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AudioUnit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProvider.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PCIDriverKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Social.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IdentityLookup.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FWAUserLib.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ExecutionPolicy.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Hypervisor.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ICADevices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LDAP.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ClassKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DVDPlayback.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SwiftUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ModelIO.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CalendarStore.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Collaboration.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AudioVideoBridging.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accounts.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/_AuthenticationServices_SwiftUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProviderUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/QuickLook.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/KernelManagement.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AudioToolbox.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SystemExtensions.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Kerberos.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NearbyInteraction.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ContactsUI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreSpotlight.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LocalAuthentication.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Versions/C/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AdSupport.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/InstallerPlugins.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Accessibility.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PushKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/NetworkExtension.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenAL.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/EventKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MediaAccessibility.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MapKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppTrackingTransparency.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreHaptics.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CallKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMotion.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WidgetKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AddressBook.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SoundAnalysis.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreLocation.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CloudKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IOUSBHost.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CFNetwork.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Photos.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GameplayKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DiskArbitration.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/InstantMessage.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreMIDI.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/InputMethodKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/PassKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreData.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/GLKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AdServices.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/USBDriverKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoToolbox.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/UserNotifications.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/iTunesLibrary.framework/Versions/A/Headers/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SceneKit.framework/Versions/A/Headers/ will be indexed
cpptools/didChangeCustomBrowseConfiguration
Attempting to get defaults from C++ compiler in "compilerPath" property: '/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++'
Querying compiler for default C++ language standard using command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -x c++ -E -dM /dev/null
terminating child process: 36245
Detected language standard version: c++98
Querying compiler for default C language standard using command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -x c -E -dM /dev/null
terminating child process: 36247
Detected language standard version: c17
Querying compiler's default target using command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -dumpmachine
Compiler returned default target value: x86_64-apple-darwin20.3.0

terminating child process: 36249
Compiler query command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -O2 -g '-std=c++14'  -Wp,-v -E -dD -x c++ -m64 -fno-blocks /dev/null
Failed to query compiler. Falling back to 32-bit intelliSenseMode.
terminating child process: 36250
Compiler query command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -O2 -g '-std=c++14'  -Wp,-v -E -dD -x c++ -m32 -fno-blocks /dev/null
Failed to query compiler. Falling back to no bitness.
terminating child process: 36251
Compiler query command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -O2 -g '-std=c++14'  -Wp,-v -E -dD -x c++  -fno-blocks /dev/null
clang: error: no such file or directory: ''-std=c++14''; did you mean '-std=c++14''?

terminating child process: 36252
  Folder: /usr/local/include/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include/ will be indexed
  Folder: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/ will be indexed
  Folder: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/ will be indexed
textDocument/didOpen: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Populate include completion cache.
Discovering files...
cpptools/activeDocumentChange: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
  Processing folder (recursive): /usr/local/include/
cpptools/textEditorSelectionChange
cpptools/activeDocumentChange: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/textEditorSelectionChange
cpptools/clearCustomConfigurations
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/getDocumentSymbols: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 2)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 3)
cpptools/getDocumentSymbols
textDocument/hover: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 4)
IntelliSense client not available, using Tag Parser for go to definition.
IntelliSense client not available, using Tag Parser for quick info.
using Tag Parser for quick info
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 5)
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 6)
sending compilation args for /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
  include: /usr/local/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
  framework: /System/Library/Frameworks
  framework: /Library/Frameworks
  other: --clang
  other: --clang_version=100000
  stdver: c++17
  intelliSenseMode: macos-clang-x64
  Processing folder (recursive): /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include/
  Processing folder (recursive): /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/
  Processing folder (recursive): /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/
idle loop: reparsing the active document
  Discovering files: 530 file(s) processed
  0 file(s) removed from database
Done discovering files.
Parsing remaining files...
  Parsing: 0 files(s) processed
Done parsing remaining files.
Shutting down IntelliSense server: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
sending compilation args for /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
  include: /usr/local/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
  framework: /System/Library/Frameworks
  framework: /Library/Frameworks
  other: --clang
  other: --clang_version=100000
  stdver: c++17
  intelliSenseMode: macos-clang-x64
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Error squiggles will be disabled in: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
terminating child process: 36255
Update IntelliSense time (sec): 13.939
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 7)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 8)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 9)
cpptools/activeDocumentChange: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/textEditorSelectionChange
cpptools/getDocumentSymbols: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 10)
cpptools/textEditorSelectionChange
cpptools/getDocumentSymbols
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 11)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 12)
cpptools/getDocumentSymbols: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 13)
cpptools/getDocumentSymbols
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 14)
idle loop: reparsing the active document
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 0.255
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 15)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 16)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 17)
textDocument/hover: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 18)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 19)
0 include path suggestion(s) discovered.
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 20)
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 21)
cpptools/getDocumentSymbols: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 22)
cpptools/getDocumentSymbols
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 23)
cpptools/activeDocumentChange: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/textEditorSelectionChange
cpptools/getDocumentSymbols: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 24)
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 25)
cpptools/getDocumentSymbols
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 26)
idle loop: reparsing the active document
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 0.255
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 27)
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 28)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 29)
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 30)
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 0.265
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 31)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 32)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 33)
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 34)
cpptools/getDiagnostics (id: 35)
terminating child process: 36384
terminating child process: 36385
cpptools/activeDocumentChange: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 36)
idle loop: reparsing the active document
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 0.257
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 37)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 38)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 39)
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CMakeSystem.cmake
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/query
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/query/client-vscode
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/query/client-vscode/query.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeOutput.log
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/tmp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CMakeCCompilerId.c
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.xcodeproj
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj
  tag parsing file: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CMakeCCompilerId.c
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.xcodeproj
cpptools/fileChanged: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CMakeCCompilerId.c
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 0.507
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 40)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 41)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 42)
Database safe to open
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/XCBuildData/build.db
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/XCBuildData/build.db-journal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/XCBuildData
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/XCBuildData/e9e793e500025e43d0665fca061a5e36-manifest.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/XCBuildData/BuildDescriptionCacheIndex-5a53471e4094810b60ce7a11c25624de
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/XCBuildData/e9e793e500025e43d0665fca061a5e36-desc.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.d
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.dia
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/XCBuildData/e9e793e500025e43d0665fca061a5e36-targetGraph.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_dependency_info.dat
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/XCBuildData/e9e793e500025e43d0665fca061a5e36-buildRequest.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 0.786
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 43)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 44)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 45)
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CMakeCCompiler.cmake
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/tmp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
  tag parsing file: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdC/XCBuildData/build.db-journal
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 0.515
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 46)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 47)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 48)
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/XCBuildData/build.db
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/XCBuildData/build.db-journal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/XCBuildData
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/XCBuildData/52d0a61044016e728dc8b3850185ac0c-manifest.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/XCBuildData/BuildDescriptionCacheIndex-0623f8d69cee77d56a7a8d0acfa5e483
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/XCBuildData/52d0a61044016e728dc8b3850185ac0c-desc.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.d
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.dia
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_dependency_info.dat
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/XCBuildData/52d0a61044016e728dc8b3850185ac0c-targetGraph.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/XCBuildData/52d0a61044016e728dc8b3850185ac0c-buildRequest.json
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CompilerIdCXX/XCBuildData/build.db-journal
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CMakeCXXCompiler.cmake
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeFiles/cmake.check_cache
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeLists.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeFiles
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeScripts
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/cmake_install.cmake
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeFiles/TargetDirectories.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/xcshareddata
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/xcshareddata/xcschemes
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/xcshareddata/xcschemes/cmTC_aef4c.xcscheme
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/xcshareddata/xcschemes/ALL_BUILD.xcscheme
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/project.xcworkspace
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/project.xcworkspace/xcshareddata
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeCache.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/project.pbxproj
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 1.03
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 49)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 50)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 51)
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/build.db
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/build.db-journal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/Debug
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/533125f94fca14cac88513cb9ca8c8ba-manifest.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/BuildDescriptionCacheIndex-167ebfb9438b43ecdaa00ac13a1ab016
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_aef4c.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_aef4c.build/Objects-normal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_aef4c.build/Objects-normal/x86_64
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_aef4c.build/Objects-normal/x86_64/cmTC_aef4c.LinkFileList
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/533125f94fca14cac88513cb9ca8c8ba-desc.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_aef4c.build/Objects-normal/x86_64/CMakeCCompilerABI-5ef86b06.o.tmp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_aef4c.build/Objects-normal/x86_64/CMakeCCompilerABI.dia
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_aef4c.build/Objects-normal/x86_64/CMakeCCompilerABI.d
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_aef4c.build/Objects-normal/x86_64/CMakeCCompilerABI.o
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/533125f94fca14cac88513cb9ca8c8ba-targetGraph.txt
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_aef4c.build/Objects-normal/x86_64/CMakeCCompilerABI-5ef86b06.o.tmp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CMakeDetermineCompilerABI_C.bin
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeFiles
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/Debug
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeScripts
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeCache.txt
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/cmake_install.cmake
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeFiles/cmake.check_cache
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeFiles/TargetDirectories.txt
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeFiles/cmake.check_cache
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeScripts
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/cmake_install.cmake
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeFiles/TargetDirectories.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/xcshareddata
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/xcshareddata/xcschemes
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/xcshareddata/xcschemes/ALL_BUILD.xcscheme
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/xcshareddata/xcschemes/cmTC_045de.xcscheme
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/project.xcworkspace
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/project.xcworkspace/xcshareddata
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeCache.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj/project.pbxproj
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 0.779
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 52)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 53)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 54)
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/build.db
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/build.db-journal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/Debug
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/204d0a2a00ec5b8749b08db16ed5bab9-manifest.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/BuildDescriptionCacheIndex-167ebfb9438b43ecdaa00ac13a1ab016
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/204d0a2a00ec5b8749b08db16ed5bab9-desc.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_045de.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_045de.build/Objects-normal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_045de.build/Objects-normal/x86_64
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_045de.build/Objects-normal/x86_64/cmTC_045de.LinkFileList
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_045de.build/Objects-normal/x86_64/CMakeCXXCompilerABI.d
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_045de.build/Objects-normal/x86_64/CMakeCXXCompilerABI.dia
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_045de.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build/XCBuildData/204d0a2a00ec5b8749b08db16ed5bab9-targetGraph.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_045de.build/Objects-normal/x86_64/cmTC_045de_dependency_info.dat
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/Debug/cmTC_045de
Custom configuration provider 'CMake Tools' registered
Custom browse configuration received: {
  "browsePath": [
    "/users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/cmakefiles",
    "/users/zerox/work/issues_playground/2021-05-13-vscode-squiggle"
  ],
  "compilerPath": "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++",
  "compilerArgs": [
    "-O2",
    "-g",
    "-DNDEBUG",
    "'-std=c++14'"
  ]
}
cpptools/didChangeCppProperties
cpptools/pauseParsing
cpptools/clearCustomConfigurations
cpptools/queryTranslationUnitSource: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 55)
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Custom configurations received:
  uri: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
  config: {
  "defines": [
    "NDEBUG"
  ],
  "includePath": [],
  "compilerPath": "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++",
  "compilerArgs": [
    "-O2",
    "-g",
    "-DNDEBUG",
    "'-std=c++14'"
  ]
}
cpptools/didChangeCustomBrowseConfiguration
Attempting to get defaults from C++ compiler in "compilerPath" property: '/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++'
Shutting down IntelliSense server: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/3.20.2/CMakeDetermineCompilerABI_CXX.bin
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/cmake.check_cache
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeScripts
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeScripts/ReRunCMake.make
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/cmake_install.cmake
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/TargetDirectories.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.xcodeproj
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.xcodeproj/project.xcworkspace
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.xcodeproj/project.xcworkspace/xcshareddata
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeCache.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.xcodeproj/project.pbxproj
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/cache-v2-826fa1af057568316013.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-ALL_BUILD-Debug-2baace756958ffc65ae7.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-ZERO_CHECK-Debug-a5d02d478828279fa76a.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-output-Debug-b2eb0e5480c0a48b0b8f.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-play-Debug-3b952ea3735efcd2fc50.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-ALL_BUILD-Release-2baace756958ffc65ae7.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-ZERO_CHECK-Release-a5d02d478828279fa76a.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-output-Release-966a3c4ff35a8e0def22.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-play-Release-e666b90227f31d4f355a.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-ALL_BUILD-MinSizeRel-2baace756958ffc65ae7.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-ZERO_CHECK-MinSizeRel-a5d02d478828279fa76a.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-output-MinSizeRel-0dbf1a43fc2bd84ef30a.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-play-MinSizeRel-1c083a4fd3be10ec72cc.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-ALL_BUILD-RelWithDebInfo-2baace756958ffc65ae7.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-ZERO_CHECK-RelWithDebInfo-a5d02d478828279fa76a.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-output-RelWithDebInfo-c5b558a099528a2ae788.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/target-play-RelWithDebInfo-0e3e3fb2e90a645a09ba.json
sending compilation args for /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
  include: /usr/local/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
  framework: /System/Library/Frameworks
  framework: /Library/Frameworks
  other: --clang
  other: --clang_version=100000
  stdver: c++17
  intelliSenseMode: macos-clang-x64
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/codemodel-v2-eba0b34ccad1bcef4367.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/toolchains-v1-e223ef3187c79e7a2950.json
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/.cmake/api/v1/reply/index-2021-05-17T15-15-49-0896.json
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/build
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/Debug
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeFiles
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeScripts
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeLists.txt
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMakeCache.txt
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/cmake_install.cmake
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.xcodeproj
cpptools/didChangeCustomConfiguration
Attempting to get defaults from C++ compiler in "compilerPath" property: '/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++'
Compiler query command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -O2 -g '-std=c++14'  -Wp,-v -E -dD -x c++ -m64 -fno-blocks /dev/null
Failed to query compiler. Falling back to 32-bit intelliSenseMode.
terminating child process: 36500
Compiler query command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -O2 -g '-std=c++14'  -Wp,-v -E -dD -x c++ -m32 -fno-blocks /dev/null
Failed to query compiler. Falling back to no bitness.
terminating child process: 36501
Compiler query command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -O2 -g '-std=c++14'  -Wp,-v -E -dD -x c++  -fno-blocks /dev/null
clang: error: no such file or directory: ''-std=c++14''; did you mean '-std=c++14''?

terminating child process: 36502
cpptools/resumeParsing
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 56)
Database safe to open
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Shutting down IntelliSense server: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
sending compilation args for /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
  include: /usr/local/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
  framework: /System/Library/Frameworks
  framework: /Library/Frameworks
  define: NDEBUG
  define: NDEBUG
  other: --clang
  other: --clang_version=100000
  stdver: c++17
  intelliSenseMode: macos-clang-x64
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Error squiggles will be disabled in: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Update IntelliSense time (sec): 13.415
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 57)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 58)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 59)
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 60)
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 61)
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build/XCBuildData/build.db
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build/XCBuildData/build.db-journal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/ZERO_CHECK.build/Script-D8A28418045B29EE4DA7249C.sh
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/Debug
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build/XCBuildData
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build/XCBuildData/e66a7963cd9ef8ae3a5dbdeebcec0207-manifest.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build/XCBuildData/BuildDescriptionCacheIndex-c29ffeab84762a5074e57bb4a356a69a
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/ZERO_CHECK.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build/XCBuildData/e66a7963cd9ef8ae3a5dbdeebcec0207-desc.xcbuild
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build/XCBuildData/e66a7963cd9ef8ae3a5dbdeebcec0207-targetGraph.txt
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build/XCBuildData/e66a7963cd9ef8ae3a5dbdeebcec0207-buildRequest.json
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/play.build
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/play.build/Objects-normal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/DerivedSources
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/play.build/Objects-normal/x86_64
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/play.build/Objects-normal/x86_64/play.LinkFileList
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/DerivedSources/Entitlements.plist
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/output.xcent
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/Objects-normal
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/Objects-normal/x86_64
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/Objects-normal/x86_64/output-77018a75.o.tmp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/play.build/Objects-normal/x86_64/play.d
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/play.build/Objects-normal/x86_64/play.dia
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/play.build/Objects-normal/x86_64/play.o
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/Debug/libplay.a
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/play.build/Objects-normal/x86_64/play_libtool_dependency_info.dat
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/Objects-normal/x86_64/output.LinkFileList
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 1.029
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 62)
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/Objects-normal/x86_64/output.d
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/Objects-normal/x86_64/output.o
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/Objects-normal/x86_64/output.dia
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/Objects-normal/x86_64/output_dependency_info.dat
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/Debug/output
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/output.build/Objects-normal/x86_64/output-77018a75.o.tmp
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 63)
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/ALL_BUILD.build/Script-C123A5F31C03725E45D7447C.sh
cpptools/fileCreated: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/CMake-Playground.build/Debug/ALL_BUILD.build
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 64)
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/clearCustomConfigurations
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/queryTranslationUnitSource: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 65)
Custom configurations received:
  uri: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
  config: {
  "defines": [
    "NDEBUG"
  ],
  "includePath": [],
  "compilerPath": "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++",
  "compilerArgs": [
    "-O2",
    "-g",
    "-DNDEBUG",
    "'-std=c++14'"
  ]
}
Shutting down IntelliSense server: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/fileDeleted: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/build/XCBuildData/build.db-journal
cpptools/didChangeCustomConfiguration
Attempting to get defaults from C++ compiler in "compilerPath" property: '/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++'
sending compilation args for /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
  include: /usr/local/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
  framework: /System/Library/Frameworks
  framework: /Library/Frameworks
  define: NDEBUG
  define: NDEBUG
  other: --clang
  other: --clang_version=100000
  stdver: c++17
  intelliSenseMode: macos-clang-x64
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 66)
Database safe to open
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Shutting down IntelliSense server: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
sending compilation args for /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
  include: /usr/local/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include
  include: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
  framework: /System/Library/Frameworks
  framework: /Library/Frameworks
  define: NDEBUG
  define: NDEBUG
  other: --clang
  other: --clang_version=100000
  stdver: c++17
  intelliSenseMode: macos-clang-x64
cpptools/textEditorSelectionChange
cpptools/textEditorSelectionChange
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 67)
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Error squiggles will be disabled in: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Update IntelliSense time (sec): 13.521
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 68)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 69)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 70)
cpptools/activeDocumentChange: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/textEditorSelectionChange
idle loop: reparsing the active document
Checking for syntax errors: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Queueing IntelliSense update for files in translation unit of: /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
cpptools/finishUpdateSquiggles
Error squiggle count: 19
Update IntelliSense time (sec): 0.258
cpptools/getSemanticTokens: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 71)
cpptools/getFoldingRanges: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 72)
cpptools/getCodeActions: file:///Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp (id: 73)
  1. C/C++ diagnostic log
-------- Diagnostics - 5/17/2021, 11:15:27 PM
Version: 1.3.1
Current Configuration:
{
    "name": "Mac",
    "includePath": [
        "${workspaceFolder}/**"
    ],
    "defines": [],
    "macFrameworkPath": [
        "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
    ],
    "compilerPath": "/usr/bin/clang",
    "cStandard": "c17",
    "cppStandard": "c++98",
    "compilerArgs": [],
    "intelliSenseMode": "macos-clang-x64",
    "intelliSenseModeIsExplicit": true,
    "cStandardIsExplicit": true,
    "cppStandardIsExplicit": true,
    "compilerPathIsExplicit": true,
    "configurationProvider": "ms-vscode.cmake-tools",
    "browse": {
        "path": [
            "${workspaceFolder}/**"
        ],
        "limitSymbolsToIncludedHeaders": true
    }
}
Custom browse configuration: 
{
    "browsePath": [
        "/users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/cmakefiles",
        "/users/zerox/work/issues_playground/2021-05-13-vscode-squiggle"
    ],
    "compilerPath": "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++",
    "compilerArgs": [
        "-O2",
        "-g",
        "-DNDEBUG",
        "'-std=c++14'"
    ]
}
Translation Unit Mappings:
[ /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp ]:
    /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp
Translation Unit Configurations:
[ /Users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/output.cpp ]:
    Process ID: 36254
    Memory Usage: 110 MB
    Includes:
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
        /usr/local/include
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.5/include
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
    Frameworks:
        /System/Library/Frameworks
        /Library/Frameworks
    Standard Version: c++17
    IntelliSense Mode: macos-clang-x64
    Other Flags:
        --clang
        --clang_version=100000
Total Memory Usage: 110 MB

------- Workspace parsing diagnostics -------
Number of files discovered (not excluded): 530
  1. Log (Extension host)
[2021-05-17 23:11:05.482] [exthost] [info] extension host started
[2021-05-17 23:11:05.547] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication {"startup":false,"extensionId":{"value":"vscode.microsoft-authentication","_lower":"vscode.microsoft-authentication"},"activationEvent":"onAuthenticationRequest:microsoft"}
[2021-05-17 23:11:05.547] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/microsoft-authentication/dist/extension.js
[2021-05-17 23:11:05.570] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.cpptools {"startup":false,"extensionId":{"value":"ms-vscode.cpptools","_lower":"ms-vscode.cpptools"},"activationEvent":"onLanguage:cpp"}
[2021-05-17 23:11:05.570] [exthost] [info] ExtensionService#loadCommonJSModule file:///Users/zerox/.vscode/extensions/ms-vscode.cpptools-1.3.1/dist/main
[2021-05-17 23:11:05.604] [exthost] [info] ExtensionService#_doActivateExtension xaver.clang-format {"startup":false,"extensionId":{"value":"xaver.clang-format","_lower":"xaver.clang-format"},"activationEvent":"onLanguage:cpp"}
[2021-05-17 23:11:05.604] [exthost] [info] ExtensionService#loadCommonJSModule file:///Users/zerox/.vscode/extensions/xaver.clang-format-1.9.0/out/src/extension
[2021-05-17 23:11:05.612] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":"*"}
[2021-05-17 23:11:05.612] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/debug-auto-launch/dist/extension
[2021-05-17 23:11:05.615] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-17 23:11:05.615] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/main
[2021-05-17 23:11:05.672] [exthost] [info] ExtensionService#_doActivateExtension vscodevim.vim {"startup":true,"extensionId":{"value":"vscodevim.vim","_lower":"vscodevim.vim"},"activationEvent":"*"}
[2021-05-17 23:11:05.672] [exthost] [info] ExtensionService#loadCommonJSModule file:///Users/zerox/.vscode/extensions/vscodevim.vim-1.20.2/out/extension
[2021-05-17 23:11:05.947] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.cmake-tools {"startup":true,"extensionId":{"value":"ms-vscode.cmake-tools","_lower":"ms-vscode.cmake-tools"},"activationEvent":"workspaceContains:**/CMakeLists.txt"}
[2021-05-17 23:11:05.947] [exthost] [info] ExtensionService#loadCommonJSModule file:///Users/zerox/.vscode/extensions/ms-vscode.cmake-tools-1.7.3/dist/main
[2021-05-17 23:11:05.996] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.js-debug {"startup":false,"extensionId":{"value":"ms-vscode.js-debug","_lower":"ms-vscode.js-debug"},"activationEvent":"onCommand:extension.js-debug.clearAutoAttachVariables"}
[2021-05-17 23:11:05.996] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/extension.js
[2021-05-17 23:11:06.358] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication {"startup":false,"extensionId":{"value":"vscode.github-authentication","_lower":"vscode.github-authentication"},"activationEvent":"onAuthenticationRequest:github"}
[2021-05-17 23:11:06.358] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/github-authentication/dist/extension.js
[2021-05-17 23:11:06.379] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":"*"}
[2021-05-17 23:11:06.379] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/github/dist/extension.js
[2021-05-17 23:11:06.541] [exthost] [info] eager extensions activated
[2021-05-17 23:11:06.576] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":false,"extensionId":{"value":"vscode.emmet","_lower":"vscode.emmet"},"activationEvent":"onStartupFinished"}
[2021-05-17 23:11:06.576] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/emmet/dist/node/emmetNodeMain
[2021-05-17 23:11:06.588] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":false,"extensionId":{"value":"vscode.merge-conflict","_lower":"vscode.merge-conflict"},"activationEvent":"onStartupFinished"}
[2021-05-17 23:11:06.588] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/merge-conflict/dist/mergeConflictMain
[2021-05-17 23:11:06.599] [exthost] [info] ExtensionService#_doActivateExtension vscode.testing-editor-contributions {"startup":false,"extensionId":{"value":"vscode.testing-editor-contributions","_lower":"vscode.testing-editor-contributions"},"activationEvent":"onStartupFinished"}
[2021-05-17 23:11:06.599] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/testing-editor-contributions/dist/extension.js
[2021-05-17 23:11:25.893] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:jsonc"}
[2021-05-17 23:11:25.893] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/configuration-editing/dist/configurationEditingMain
[2021-05-17 23:11:25.897] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-17 23:11:25.897] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/json-language-features/client/dist/node/jsonClientMain
[2021-05-17 23:11:25.913] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"vscode.typescript-language-features","_lower":"vscode.typescript-language-features"},"activationEvent":"onLanguage:jsonc"}
[2021-05-17 23:11:25.913] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/dist/extension
[2021-05-17 23:11:31.712] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'.
[2021-05-17 23:11:31.712] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'.
[2021-05-17 23:11:31.712] [exthost] [warning] ms-vscode.cpptools - Code actions of kind 'quickfix 'requested but returned code action does not have a 'kind'. Code action will be dropped. Please set 'CodeAction.kind'.
[2021-05-17 23:16:21.022] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-server-ready {"startup":false,"extensionId":{"value":"vscode.debug-server-ready","_lower":"vscode.debug-server-ready"},"activationEvent":"onDebugResolve"}
[2021-05-17 23:16:21.022] [exthost] [info] ExtensionService#loadCommonJSModule file:///Applications/Visual Studio Code.app/Contents/Resources/app/extensions/debug-server-ready/dist/extension
bobbrow commented 3 years ago

Thanks for the logs. I see this:

Compiler query command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -O2 -g '-std=c++14'  -Wp,-v -E -dD -x c++ -m64 -fno-blocks /dev/null
Failed to query compiler. Falling back to 32-bit intelliSenseMode.
terminating child process: 36250
Compiler query command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -O2 -g '-std=c++14'  -Wp,-v -E -dD -x c++ -m32 -fno-blocks /dev/null
Failed to query compiler. Falling back to no bitness.
terminating child process: 36251
Compiler query command line: "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++" -O2 -g '-std=c++14'  -Wp,-v -E -dD -x c++  -fno-blocks /dev/null
clang: error: no such file or directory: ''-std=c++14''; did you mean '-std=c++14''

Which highlighted this issue in the custom configuration:

Custom browse configuration: 
{
    "browsePath": [
        "/users/zerox/work/issues_playground/2021-05-13-vscode-squiggle/build/cmakefiles",
        "/users/zerox/work/issues_playground/2021-05-13-vscode-squiggle"
    ],
    "compilerPath": "/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++",
    "compilerArgs": [
        "-O2",
        "-g",
        "-DNDEBUG",
        "'-std=c++14'"
    ]
}

The problem appears to be the extra single quotes in the -std=c++14 argument. That doesn't look like valid syntax and I'm not sure why it's there. We'll take a look to see if it's us or CMake doing that and make sure those quotes are removed.

Perpixel commented 3 years ago

I have the same issue on Mac M1 using set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64").

If I use only 1 architecture, then it's fine.

cmake_minimum_required(VERSION 3.19)
project(TestApp)

set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")

add_executable(${PROJECT_NAME}
    Main.cpp
    )
-------- Diagnostics - 8/16/2021, 9:04:48 PM
Version: 1.6.0-insiders
Current Configuration:
{
    "name": "Mac",
    "includePath": [
        "${workspaceFolder}/**"
    ],
    "defines": [],
    "macFrameworkPath": [
        "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
    ],
    "compilerPath": "/usr/bin/clang",
    "cStandard": "c17",
    "cppStandard": "c++98",
    "intelliSenseMode": "macos-clang-x64",
    "compilerArgs": [],
    "intelliSenseModeIsExplicit": false,
    "cStandardIsExplicit": false,
    "cppStandardIsExplicit": false,
    "compilerPathIsExplicit": false,
    "configurationProvider": "ms-vscode.cmake-tools",
    "browse": {
        "path": [
            "${workspaceFolder}/**"
        ],
        "limitSymbolsToIncludedHeaders": true
    }
}
Custom browse configuration: 
{
    "browsePath": [
        "/users/someone/github/test/src"
    ],
    "standard": "gnu++17",
    "compilerPath": "/usr/bin/clang++",
    "compilerArgs": [
        "-fobjc-weak",
        "-Qunused-arguments",
        "-g",
        "-arch",
        "arm64",
        "-arch",
        "x86_64",
        "-isysroot",
        "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk",
        "-std=gnu++17"
    ]
}
No active translation units.

------- Workspace parsing diagnostics -------
Number of files discovered (not excluded): 464
tiagovcosta commented 2 years ago

I'm also seeing this issue in VS Code when using Xcode generator on MacOS.

include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit (/Users/tiagocosta/test/main.cpp).

cannot open source file "stdlib.h" (dependency of "unordered_map")

Has anyone found a fix/workaround for this?

zeroxia commented 2 years ago

I almost forgot this issue.

What I do now is to use the clangd extension, and use generators like Ninja, which can export compile_commands.json, you can search the internet for the info. The most important thing is to disable intellisense engine from c/c++ tools:

    "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
    "C_Cpp.intelliSenseEngine": "Disabled",

I have not used the C/C++ tools's intellisense from then.

Cifram commented 2 years ago

So, a year after this was first reported, I'm having what appears to be the same issue. The specific pattern I've noticed with it, which is consistent with everything said here but hasn't been stated yet, is that it's only reporting an error when something tries to include a header that ends in .h, using <>. So #include <stdlib.h> is an error, but #include <cstdlib> is not, except that on most platforms cstdlib then includes stdlib.h, and always with <>. On my machine, all the C++ standard headers (without the .h) are in the same directory as the C standard headers (with the .h), but the C++ ones work and the C ones don't.

Also like everybody else here, actual compilation works fine. This error is only for intellisense.

As another interesting detail, I can still hit F12 to open the C standard headers, and while one of them is open the Intellisense notices them and the squigglies related to that specific header go away. When I close the header, they come back.

Cifram commented 2 years ago

As a quick follow-up, I tried actually editing my local cstdlib to #include "stdlib.h" instead of #include <stdlib.h>, and the error went away, all the way up the chain of headers back to the original .cpp file. Even after I close all those files in the editor. (Which I normally wouldn't consider relevant, but given that last detail in my previous post, I'm no longer confident of.)

Obviously, I'm not going to leave my standard headers edited, and don't consider that to be a reasonable workaround. This was just an experiment to get more information.

bobbrow commented 1 year ago

This should have been fixed in 1.11.25 with the switch to pass the compilerFragments that CMake gives us to cpptools where they can handle the args parsing better than we can (#2508). If anyone on this thread is still having problems, please open a new issue with logs and we can investigate. Thank you!