cmake-integration-vscode
cmake-integration-vscode copied to clipboard
Extension blanks out environment variables, like userHome
This extension somehow blanks out the $userHome environment variable (and possibly others). This prevents Cmake from being found. For example, a settings.json file containing the following will not work:
"cmake.cmakePath": "${userHome}/.pico-sdk/cmake/v3.28.6/bin/cmake"