microsoft / vscode-cmake-tools

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

quick start causes second configure if automaticReconfigure is enabled #3910

Closed qarni closed 4 months ago

qarni commented 4 months ago
          One thing I noticed while testing is that line 2863 (in the new version), will technically force a second configure if the `automaticReconfigure` setting is enabled. I don't think this needs to block this PR, but it is something we should look into.

_Originally posted by @gcampbell-msft in https://github.com/microsoft/vscode-cmake-tools/pull/3853#discussion_r1662917321_

v-frankwang commented 3 months ago

We verified the issue on CMake tools: v1.19.45 and it has been fixed.

ENV: CMake Tools:v1.19.45 vscode: 1.92.2

Actual result: image