Create devcontainer.json

This commit is contained in:
Mickaël Rémond 2020-12-16 08:32:15 +01:00 committed by GitHub
parent 65c5208905
commit 8d052fe339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"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"
}