Install vcpkg C/C++ package manager
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/vcpkg.io:1": {}
}An open-source C/C++ package manager by Microsoft that simplifies acquiring and building open-source libraries. vcpkg integrates with CMake and MSBuild and supports thousands of packages across Windows, Linux, and macOS.
Clones the official microsoft/vcpkg repository to /usr/local/share/vcpkg and runs the bootstrap-vcpkg.sh script. The vcpkg binary is symlinked to /usr/local/bin/vcpkg.
No additional notes.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.