sshpiper/.devcontainer.json
Boshi Lian f5ea4f1143
add dev container (#167)
* add dev container

* update working folder
2023-07-27 08:07:04 -07:00

21 lines
No EOL
541 B
JSON

{
"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"
]
}
}
}