mirror of
https://github.com/rehlds/revoice.git
synced 2025-04-17 14:52:38 +03:00
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.
7 lines
91 B
JSON
7 lines
91 B
JSON
{
|
|
"name": "Linux C++ Dev",
|
|
"build": {
|
|
"dockerfile": "ubuntu-24.04.gnu.clang"
|
|
}
|
|
}
|