37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"name": "loafle.net-overflow-service_matcher",
|
|
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/workspace",
|
|
"shutdownAction": "stopCompose",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/go:1": {}
|
|
},
|
|
// Configure tool-specific properties.
|
|
"customizations": {
|
|
// Configure properties specific to VS Code.
|
|
"vscode": {
|
|
"settings": {
|
|
"terminal.integrated.defaultProfile.linux": "zsh",
|
|
"terminal.integrated.profiles.linux": {
|
|
"zsh": {
|
|
"path": "/bin/zsh"
|
|
}
|
|
}
|
|
},
|
|
"extensions": [
|
|
"eamodio.gitlens",
|
|
"golang.go",
|
|
"ms-azuretools.vscode-docker",
|
|
"streetsidesoftware.code-spell-checker"
|
|
]
|
|
}
|
|
},
|
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
|
// "forwardPorts": [],
|
|
// Use 'postCreateCommand' to run commands after the container is created.
|
|
"postCreateCommand": "/bin/sh ./.devcontainer/postCreateCommand.sh"
|
|
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
|
// "remoteUser": "vscode"
|
|
} |