Add Dockerfile and devcontainer.json for development environment setup
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user