16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"name": "C++ DEV",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"remoteUser": "dev",
|
|
"features": {
|
|
"ghcr.io/duduribeiro/devcontainer-features/neovim:1": {
|
|
"version": "stable"
|
|
}
|
|
},
|
|
"mounts": [
|
|
"source=${env:HOME}/.config/nvim,target=/home/dev/.config/nvim,type=bind"
|
|
]
|
|
}
|