cmake-integration-vscode icon indicating copy to clipboard operation
cmake-integration-vscode copied to clipboard

Extension blanks out environment variables, like userHome

Open Stokestack opened this issue 1 year ago • 0 comments

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"

Stokestack avatar Dec 04 '24 21:12 Stokestack