microsoft / vscode-cmake-tools

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

Remove unnecessary logging about string expansion #3761

Closed andreeis closed 1 month ago

andreeis commented 1 month ago

Fix for https://github.com/microsoft/vscode-cmake-tools/issues/3760.

Defer logging anything expansion related for after a pattern has been identified.