mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
23 lines
582 B
JSON
23 lines
582 B
JSON
{
|
|
"name": "alpine-dev",
|
|
"image": "ghcr.io/romange/alpine-dev",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cmake-tools",
|
|
"ms-vscode.cpptools-themes",
|
|
"twxs.cmake"
|
|
],
|
|
"settings": {
|
|
"cmake.buildDirectory": "/build",
|
|
"extensions.ignoreRecommendations": true,
|
|
"cmake.configureArgs": []
|
|
}
|
|
}
|
|
},
|
|
"mounts": [
|
|
"source=alpine-vol,target=/build,type=volume"
|
|
],
|
|
"postCreateCommand": ".devcontainer/alpine/post-create.sh ${containerWorkspaceFolder}"
|
|
}
|