23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"name": "Generic Linux Dev Environment",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"remoteUser": "vscode",
|
|
"updateRemoteUserUID": true,
|
|
|
|
"workspaceMount": "source=pi-hole-dev-vol,target=/workspace,type=volume",
|
|
"workspaceFolder": "/workspace",
|
|
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"vscode.git-base",
|
|
"vscode.git",
|
|
"mhutchie.git-graph",
|
|
"eamodio.gitlens"
|
|
]
|
|
}
|
|
},
|
|
"overrideCommand": true
|
|
} |