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 449 forks source link

Fixed string parameters and added clarification to the log message #3787

Closed andreeis closed 4 months ago

andreeis commented 4 months ago

This is a follow-up to PR https://github.com/microsoft/vscode-cmake-tools/pull/3775 (bug https://github.com/microsoft/vscode-cmake-tools/issues/3644).

The {} parameter in the string to be localized was defined wrong, fixed that. Plus added an additional clarification to the message. As soon as I copied over a kits json which coincidentally had many old kit entries I started to see the message again but would not be fixed by "Scan for kits", because running that command only updates existing entries or adds new entries but does not cleanup old ones.