Garrett Campbell
Garrett Campbell
@rustyx @lmapii From the comment here: https://github.com/microsoft/vscode-cmake-tools/issues/2338#issuecomment-1024371508, it seems like VSCode is seeing a CMakeLists.txt in the workspace that is being opened. Is this correct? Is there a CMakeLists.txt in...
@lmapii Thanks for the confirmation! We'll take your feedback into consideration, but for this issue itself, it seems like there isn't a bug. @rustyx Thanks for letting us know! As...
@danniesim The main thing I see is that there is already a setting that stops the extension from asking the user to pick a CMakeLists.txt. `cmake.ignoreCMakeListsMissing`. I have a PR...
@DanelOfficial I don't recognize those two commands "Select CMake Configuration" or "Select CMake Project". Do you have a CMakeLists.txt in your folder? One thing you could try is to reset...
I assume one of those is in your workspace root folder? Did you attempt to reset the cmake tools extension state?
What is the value of `cmake.useCMakePresets` in your settings? If it's set to always, that command won't appear. If you aren't using CMakePresets.json, then you could possibly set this to...
@DanelOfficial Interesting, this is definitely an odd bug. If you could create a minimal repro that we could investigate with, as well as attempt the repro with the `cmake.loggingLevel` set...
@Septanesium Are you using CMake Kits or CMake Presets?
@Jason5480 From what I understand, extension settings can't be defined under a `when` clause, however, we could at the very least make a description change to `cmake.exportCopmileCommandsFile` setting to make...
@Jason5480 Additionally, you should be able to do this strictly through cmake, and therefore CMakePresets.json: https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html