In CMakeSettings.json, I used VCToolsVersion to select the toolset: { "environments": [ { "VCToolsVersion": "14.16" } ], "configurations": [ { "name": "x64-Release", "generator": "Ninja", "configurationType": "Release", ... Now I want to do the same in CMakePr...