Add docker to the devcontainer

This commit is contained in:
Felipe Santos
2022-06-19 00:58:50 +00:00
parent 1f8d4423a6
commit 7bb4386b65
5 changed files with 62 additions and 30 deletions
+5 -4
View File
@@ -1,8 +1,8 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"dockerComposeFile": "docker-compose.yml",
"dockerComposeFile": "../docker-compose.yml",
"service": "dev",
"workspaceFolder": "/workspace",
"workspaceFolder": "${localWorkspaceFolder}",
"shutdownAction": "stopCompose",
"portsAttributes": {
"41000": {
@@ -10,7 +10,7 @@
"onAutoForward": "silent"
}
},
"initializeCommand": "git submodule update --init",
"initializeCommand": ".devcontainer/initialize.sh",
"postCreateCommand": "yarn install",
"extensions": [
"github.vscode-pull-request-github",
@@ -21,7 +21,8 @@
"runem.lit-plugin",
"davidanson.vscode-markdownlint",
"redhat.vscode-yaml",
"lokalise.i18n-ally"
"lokalise.i18n-ally",
"ms-azuretools.vscode-docker"
],
"settings": {
"files.eol": "\n",