mirror of https://github.com/CGAL/cgal
add a few vscode extensions to the dev container
This commit is contained in:
parent
5eddbc26ae
commit
08a3f5240d
|
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue