mirror of
https://github.com/rehlds/revoice.git
synced 2025-04-24 07:13:37 +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:
parent
cbbc3d3fda
commit
9db23f1fe0
6
.devcontainer/devcontainer.json
Normal file
6
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "Linux C++ Dev",
|
||||||
|
"build": {
|
||||||
|
"dockerfile": "ubuntu-24.04.gnu.clang"
|
||||||
|
}
|
||||||
|
}
|
2
.devcontainer/ubuntu-24.04.gnu.clang
Normal file
2
.devcontainer/ubuntu-24.04.gnu.clang
Normal 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
6
.gitattributes
vendored
@ -173,6 +173,12 @@ CMakeLists.txt eol=lf
|
|||||||
CMakePresets.json eol=lf
|
CMakePresets.json eol=lf
|
||||||
CMakeUserPresets.json eol=lf
|
CMakeUserPresets.json eol=lf
|
||||||
|
|
||||||
|
##############
|
||||||
|
# Docker #
|
||||||
|
##############
|
||||||
|
|
||||||
|
ubuntu-24.04.gnu.clang linguist-language=Dockerfile
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# EditorConfig #
|
# EditorConfig #
|
||||||
####################
|
####################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user