Erika

Results 3 comments of Erika

This isn't something I'm familiar with. For my own understanding, if you were working from the command line without VS Code, would the workflow be: 1. Set-up python environment 2....

> Would it be possible to use python.pythonPath in settings.json and activate the python environment before invoking CMake? This is a feature request for cmake-tools to integrate with the python...

You can set environment variables via the `environment` map in a Configure Preset. Example: ``` "environment": { "VCPKG_ROOT": "/path/to/vcpkg/install" } ``` If you want to easily switch between vcpkg installs,...