You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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"
The text was updated successfully, but these errors were encountered: