mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"name": "fedora30",
|
|
"image": "ghcr.io/romange/fedora:30",
|
|
"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=fedora-vol,target=/build,type=volume"
|
|
]
|
|
}
|