CppBuildTasks icon indicating copy to clipboard operation
CppBuildTasks copied to clipboard

run-cmake should use the value of inheritEnvironments provided in CMakeSettings.json

Open lukka opened this issue 6 years ago • 0 comments

e.g. if this is provided

```"inheritEnvironments": [ "msvc_x64_x64" ]````

then the x64_x64 cmd prompt should be used to establish the environment for MSVC.

Only on Windows and if related to MSVC the task should be using the inheritEnvironments value if provided.

lukka avatar Oct 08 '19 03:10 lukka