mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-10 15:47:30 +01:00
17 lines
478 B
JSON
17 lines
478 B
JSON
{
|
|
"name": "ejabberd",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"workspaceFolder": "/workspace",
|
|
|
|
// Set *default* container specific settings.json values on container create.
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/zsh",
|
|
},
|
|
|
|
// Add the IDs of extensions you want installed when the container is created.
|
|
// "extensions": [],
|
|
|
|
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
|
|
"remoteUser": "vscode"
|
|
}
|