-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workspaceFolderBasename not resolved #869
Comments
The variables you referenced are resolved by VS Code when you use them in
|
Indeed I tried to customize the build directory and thus changed the default value. |
@bobbrow Do you have any tips how can this be implemented? |
In cpptools we treat them as additional environment variables and pass them into the resolver as such. I haven't looked to see how CMake Tools does this yet. |
This was fixed in 1.3.0 |
The variable
${workspaceFolderBasename}
officially listed here is not resolved incmake.buildDirectory
, but yields:Invalid variable reference ${workspaceFolderBasename} in string
.If
cmake.buildDirectory
is empty, cmake configure fails as well (obviously).It would be great if the user would be prompted for a
buildDirectory
in this case.The text was updated successfully, but these errors were encountered: