add a few vscode extensions to the dev container

This commit is contained in:
Laurent Rineau 2024-12-17 16:02:22 +01:00
parent 5eddbc26ae
commit 08a3f5240d
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "CGAL Doxygen Dev Container", "name": "CGAL Doxygen Dev Container, version 1.12.0, with CGAL patch",
"image": "docker.io/cgal/doxygen:1.12.0", "image": "docker.io/cgal/doxygen:1.12.0",
"features": { "features": {
"ghcr.io/devcontainers/features/git:1.3.2": {} "ghcr.io/devcontainers/features/git:1.3.2": {}
@ -7,7 +7,9 @@
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"ms-vscode.cmake-tools" "ms-vscode.cmake-tools",
"bbenoist.Doxygen",
"ms-vscode.cpptools"
] ]
} }
}, },