mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-19 07:54:01 +02:00
Also, revert the impact of performance bomb from #2564 Signed-off-by: Roman Gershman <roman@dragonflydb.io>
22 lines
552 B
JSON
22 lines
552 B
JSON
{
|
|
"name": "ubuntu24",
|
|
"image": "ghcr.io/romange/ubuntu-dev:24",
|
|
"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=ubuntu24-vol,target=/build,type=volume"
|
|
],
|
|
"postCreateCommand": ".devcontainer/ubuntu24/post-create.sh ${containerWorkspaceFolder}"
|
|
}
|