parent
72fc5488af
commit
f5ea4f1143
1 changed files with 21 additions and 0 deletions
21
.devcontainer.json
Normal file
21
.devcontainer.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "e2e dev env",
|
||||
"dockerComposeFile": "e2e/docker-compose.yml",
|
||||
"service": "testrunner",
|
||||
"containerEnv": {
|
||||
"SSHPIPERD_DEBUG": "1"
|
||||
},
|
||||
"workspaceFolder": "/src",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
||||
"ghcr.io/devcontainers/features/go:1" : {},
|
||||
"ghcr.io/guiyomh/features/golangci-lint:0": {}
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"GitHub.copilot"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue