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