20 lines
377 B
JSON
20 lines
377 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "./Dockerfile",
|
|
"context": "."
|
|
},
|
|
"remoteUser": "devcontainer",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
// "llvm-vs-code-extensions.vscode-clangd",
|
|
// "eamodio.gitlens",
|
|
// "github.copilot"
|
|
]
|
|
}
|
|
},
|
|
"mounts": [
|
|
// "source=${localEnv:HOME}/.ssh,target=/home/devcontainer/.ssh,type=bind,consistency=cached"
|
|
]
|
|
}
|