Skip to content

Commit

Permalink
add a few vscode extensions to the dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Dec 17, 2024
1 parent 5eddbc2 commit 08a3f52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/doxygen-cgal/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"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",
"features": {
"ghcr.io/devcontainers/features/git:1.3.2": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cmake-tools"
"ms-vscode.cmake-tools",
"bbenoist.Doxygen",
"ms-vscode.cpptools"
]
}
},
Expand Down

0 comments on commit 08a3f52

Please sign in to comment.