Skip to content

Commit

Permalink
add dev container (#167)
Browse files Browse the repository at this point in the history
* add dev container

* update working folder
  • Loading branch information
tg123 committed Jul 27, 2023
1 parent 72fc548 commit f5ea4f1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
}

0 comments on commit f5ea4f1

Please sign in to comment.