mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-15 17:51:06 +00:00
22 lines
552 B
JSON
22 lines
552 B
JSON
{
|
|
"name": "ubuntu20",
|
|
"image": "ghcr.io/romange/ubuntu-dev:20",
|
|
"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=ubuntu20-vol,target=/build,type=volume"
|
|
],
|
|
"postCreateCommand": ".devcontainer/ubuntu20/post-create.sh ${containerWorkspaceFolder}"
|
|
}
|