.devcontainer/context/reinstall-cmake.sh
| 1 | | #!/usr/bin/env bash |
| 2 | | #------------------------------------------------------------------------------------------------------------- |
| 3 | | # Copyright (c) Microsoft Corporation. All rights reserved. |
| 4 | | # Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. |
This PR introduces
.devcontainer.json
files for a range of compiler versions (clang7-20 and gcc9-15).This enhancement provides a consistent and isolated development environment for contributors. By using these configurations, developers can easily spin up pre-configured environments with the specified compilers, and their dependencies.
This will help to:
No code changes to the library itself are included in this PR.