2
0
mirror of https://github.com/rehlds/revoice.git synced 2025-04-08 18:40:15 +03:00

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.
This commit is contained in:
the_hunter 2025-04-05 23:33:50 +03:00
parent cbbc3d3fda
commit 9db23f1fe0
3 changed files with 14 additions and 0 deletions

View File

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

View File

@ -0,0 +1,2 @@
# Base image with GCC, Clang, and Cppcheck preinstalled
FROM hun1er/ubuntu-24.04-cxx-build-env-clang

6
.gitattributes vendored
View File

@ -173,6 +173,12 @@ CMakeLists.txt eol=lf
CMakePresets.json eol=lf
CMakeUserPresets.json eol=lf
##############
# Docker #
##############
ubuntu-24.04.gnu.clang linguist-language=Dockerfile
####################
# EditorConfig #
####################