mirror of
https://github.com/Jguer/yay.git
synced 2025-10-05 00:08:30 -04:00
chore(devcontainer): set up passwordless sudo for docker user for clean development and testing
15 lines
199 B
JSON
15 lines
199 B
JSON
{
|
|
"name": "Existing Dockerfile",
|
|
"build": {
|
|
"context": "..",
|
|
"dockerfile": "../.devcontainer/Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"golang.go"
|
|
]
|
|
}
|
|
}
|
|
}
|