I do the extensions installation during container building. My devcontainer json: // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/docker-existing-dockerfile { "...
#docker-compose.ymlversion:'3.8'services:app:image:mcr.microsoft.com/devcontainers/go:1-1.21-bullseyevolumes: -../..:/workspaces:cached#Overrides default command so things don't shut down after the process ends.command:sleep infinity 3. Dev container with docker compose and Dockerfile (as@Uncl...
[2022-04-13T13:59:32.969Z] Error: An error occurred setting up the container. [2022-04-13T13:59:32.969Z] at bR (/Users/shermanm/.vscode-insiders/extensions/ms-vscode-remote.remote-containers-0.232.6/dist/spec-node/devContainersSpecCLI.js:219:986) ...
22 changes: 4 additions & 18 deletions 22 .vscode/launch.json Original file line numberDiff line numberDiff line change @@ -7,30 +7,16 @@ { "type": "node", "request": "launch", "name": "StartDev", "name": "Start", "runtimeExecutable": "npm", "runtimeArgs": ["run", "...
DevSquad OP.GG Contributing Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation. Code of Conduct In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct. Securi...