2
0
mirror of https://github.com/rehlds/revoice.git synced 2025-04-17 06:42:38 +03:00
revoice/.devcontainer/devcontainer.json
the_hunter 9db23f1fe0 Add Dev Container configuration
Configure a development container to provide a consistent and reproducible Linux-based C++ development environment.
Note: Dev Containers are supported in Visual Studio 2022 version 17.4 and newer.
2025-04-06 02:39:00 +03:00

7 lines
91 B
JSON

{
"name": "Linux C++ Dev",
"build": {
"dockerfile": "ubuntu-24.04.gnu.clang"
}
}