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
I tried to use the environmentSetupScript option in the .vscode/cmake-kits.json to init my conda environment. However, if I define the script it seems not to run. In the following I describe my minimal example which does not work. Do I miss something?
Can you remove the space before ${workspaceFolder} in " ${workspaceFolder}/script.sh" and try again? We currently quote this value when running it and it looks like we didn't trim it first.
I tried to use the
environmentSetupScript
option in the.vscode/cmake-kits.json
to init my conda environment. However, if I define the script it seems not to run. In the following I describe my minimal example which does not work. Do I miss something?The output window just shows:
.vscode/cmake-kits.json
CMakeLists.txt
script.sh
The text was updated successfully, but these errors were encountered: